Class: Aws::Kinesis::Types::UpdateMaxRecordSizeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_record_size_in_ki_bInteger

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.

Returns:

  • (Integer)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2855

class UpdateMaxRecordSizeInput < Struct.new(
  :stream_arn,
  :stream_id,
  :max_record_size_in_ki_b)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

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

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2855

class UpdateMaxRecordSizeInput < Struct.new(
  :stream_arn,
  :stream_id,
  :max_record_size_in_ki_b)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


2855
2856
2857
2858
2859
2860
2861
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2855

class UpdateMaxRecordSizeInput < Struct.new(
  :stream_arn,
  :stream_id,
  :max_record_size_in_ki_b)
  SENSITIVE = []
  include Aws::Structure
end