class
Amazonite::Kinesis::UpdateShardCountOutput
- Amazonite::Kinesis::UpdateShardCountOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/update_shard_count_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(stream_name : String | Nil = nil, current_shard_count : Int32 | Nil = nil, target_shard_count : Int32 | Nil = nil, stream_arn : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#current_shard_count : Int32 | Nil
The current number of shards.
-
#current_shard_count=(current_shard_count : Int32 | Nil)
The current number of shards.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN of the stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream.
-
#stream_name : String | Nil
The name of the stream.
-
#stream_name=(stream_name : String | Nil)
The name of the stream.
-
#target_shard_count : Int32 | Nil
The updated number of shards.
-
#target_shard_count=(target_shard_count : Int32 | Nil)
The updated number of shards.
- #validate! : Nil
Constructor Detail
def self.new(stream_name : String | Nil = nil, current_shard_count : Int32 | Nil = nil, target_shard_count : Int32 | Nil = nil, stream_arn : String | 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?.