class Amazonite::Kinesis::UpdateMaxRecordSizeInput

Included Modules

Defined in:

kinesis/update_max_record_size_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(max_record_size_in_ki_b : Int32, stream_arn : String | Nil = nil, stream_id : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def 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. 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.


[View source]
def 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. 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.


[View source]
def stream_arn : String | Nil #

The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.


[View source]
def stream_arn=(stream_arn : String | Nil) #

The Amazon Resource Name (ARN) of the stream for the MaxRecordSize update.


[View source]
def stream_id : String | Nil #

Not Implemented. Reserved for future use.


[View source]
def stream_id=(stream_id : String | Nil) #

Not Implemented. Reserved for future use.


[View source]
def validate! : Nil #

[View source]