class
Amazonite::Kinesis::StreamModeDetails
- Amazonite::Kinesis::StreamModeDetails
- Reference
- Object
Overview
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
Included Modules
- JSON::Serializable
Defined in:
kinesis/stream_mode_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#stream_mode : StreamMode
Specifies the capacity mode to which you want to set your data stream.
-
#stream_mode=(stream_mode : StreamMode)
Specifies the capacity mode to which you want to set your data stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.