class
Amazonite::Kinesis::UpdateStreamWarmThroughputOutput
- Amazonite::Kinesis::UpdateStreamWarmThroughputOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_stream_warm_throughput_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_arn : String | Nil = nil, stream_name : String | Nil = nil, warm_throughput : WarmThroughputObject | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 that was updated.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream that was updated.
-
#stream_name : String | Nil
The name of the stream that was updated.
-
#stream_name=(stream_name : String | Nil)
The name of the stream that was updated.
- #validate! : Nil
-
#warm_throughput : WarmThroughputObject | Nil
Specifies the updated warm throughput configuration for your data stream.
-
#warm_throughput=(warm_throughput : WarmThroughputObject | Nil)
Specifies the updated warm throughput configuration for your data stream.
Constructor Detail
def self.new(stream_arn : String | Nil = nil, stream_name : String | Nil = nil, warm_throughput : WarmThroughputObject | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def warm_throughput : WarmThroughputObject | Nil
#
Specifies the updated warm throughput configuration for your data stream.
def warm_throughput=(warm_throughput : WarmThroughputObject | Nil)
#
Specifies the updated warm throughput configuration for your data stream.