Class: Aws::Kinesis::Types::MergeShardsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::MergeShardsInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Represents the input for MergeShards.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjacent_shard_to_merge ⇒ String
The shard ID of the adjacent shard for the merge.
-
#shard_to_merge ⇒ String
The shard ID of the shard to combine with the adjacent shard for the merge.
-
#stream_arn ⇒ String
The ARN of the stream.
-
#stream_id ⇒ String
Not Implemented.
-
#stream_name ⇒ String
The name of the stream for the merge.
Instance Attribute Details
#adjacent_shard_to_merge ⇒ String
The shard ID of the adjacent shard for the merge.
1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1552 class MergeShardsInput < Struct.new( :stream_name, :shard_to_merge, :adjacent_shard_to_merge, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#shard_to_merge ⇒ String
The shard ID of the shard to combine with the adjacent shard for the merge.
1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1552 class MergeShardsInput < Struct.new( :stream_name, :shard_to_merge, :adjacent_shard_to_merge, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN of the stream.
1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1552 class MergeShardsInput < Struct.new( :stream_name, :shard_to_merge, :adjacent_shard_to_merge, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
Not Implemented. Reserved for future use.
1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1552 class MergeShardsInput < Struct.new( :stream_name, :shard_to_merge, :adjacent_shard_to_merge, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
The name of the stream for the merge.
1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1552 class MergeShardsInput < Struct.new( :stream_name, :shard_to_merge, :adjacent_shard_to_merge, :stream_arn, :stream_id) SENSITIVE = [] include Aws::Structure end |