Class: Aws::Kinesis::Types::UpdateMaxRecordSizeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateMaxRecordSizeInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_record_size_in_ki_b ⇒ Integer
The maximum record size of a single record in KiB that you can write to, and read from a stream.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream for the
MaxRecordSizeupdate. -
#stream_id ⇒ String
Not Implemented.
Instance Attribute Details
#max_record_size_in_ki_b ⇒ Integer
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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the stream for the MaxRecordSize
update.
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_id ⇒ String
Not Implemented. Reserved for future use.
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 |