class
Amazonite::Kinesis::UpdateStreamWarmThroughputInput
- Amazonite::Kinesis::UpdateStreamWarmThroughputInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_stream_warm_throughput_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(warm_throughput_mi_bps : Int32, stream_arn : String | Nil = nil, stream_name : 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) -
#stream_arn : String | Nil
The ARN of the stream to be updated.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream to be updated.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#stream_name : String | Nil
The name of the stream to be updated.
-
#stream_name=(stream_name : String | Nil)
The name of the stream to be updated.
- #validate! : Nil
-
#warm_throughput_mi_bps : Int32
The target warm throughput in MB/s that the stream should be scaled to handle.
-
#warm_throughput_mi_bps=(warm_throughput_mi_bps : Int32)
The target warm throughput in MB/s that the stream should be scaled to handle.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.
The target warm throughput in MB/s that the stream should be scaled to handle. This represents the throughput capacity that will be immediately available for write operations.