Class: Aws::Kinesis::Types::UpdateShardCountOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateShardCountOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_shard_count ⇒ Integer
The current number of shards.
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_name ⇒ String
The name of the stream.
-
#target_shard_count ⇒ Integer
The updated number of shards.
Instance Attribute Details
#current_shard_count ⇒ Integer
The current number of shards.
2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2530 class UpdateShardCountOutput < Struct.new( :stream_name, :current_shard_count, :target_shard_count, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2530 class UpdateShardCountOutput < Struct.new( :stream_name, :current_shard_count, :target_shard_count, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream.
2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2530 class UpdateShardCountOutput < Struct.new( :stream_name, :current_shard_count, :target_shard_count, :stream_arn) SENSITIVE = [] include Aws::Structure end |
#target_shard_count ⇒ Integer
The updated number of shards.
2530 2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2530 class UpdateShardCountOutput < Struct.new( :stream_name, :current_shard_count, :target_shard_count, :stream_arn) SENSITIVE = [] include Aws::Structure end |