class
Amazonite::Kinesis::UpdateMaxRecordSizeInput
- Amazonite::Kinesis::UpdateMaxRecordSizeInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_max_record_size_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(max_record_size_in_ki_b : Int32, stream_arn : String | Nil = nil, stream_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_record_size_in_ki_b : Int32
The maximum record size of a single record in KiB that you can write to, and read from a stream.
-
#max_record_size_in_ki_b=(max_record_size_in_ki_b : Int32)
The maximum record size of a single record in KiB that you can write to, and read from a stream.
-
#stream_arn : String | Nil
The Amazon Resource Name (ARN) of the stream for the
MaxRecordSizeupdate. -
#stream_arn=(stream_arn : String | Nil)
The Amazon Resource Name (ARN) of the stream for the
MaxRecordSizeupdate. -
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum record size of a single record in KiB that you can write to, and read from a stream.
Specify a value between 1024 and 10240 KiB (1 to 10 MiB). If you specify a value that is out of
this range, UpdateMaxRecordSize sends back an ValidationException message.
The maximum record size of a single record in KiB that you can write to, and read from a stream.
Specify a value between 1024 and 10240 KiB (1 to 10 MiB). If you specify a value that is out of
this range, UpdateMaxRecordSize sends back an ValidationException message.
The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.
The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.