Class: Aws::Kinesis::Types::MergeShardsInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#adjacent_shard_to_mergeString

The shard ID of the adjacent shard for the merge.

Returns:

  • (String)


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_mergeString

The shard ID of the shard to combine with the adjacent shard for the merge.

Returns:

  • (String)


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_arnString

The ARN of the stream.

Returns:

  • (String)


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_idString

Not Implemented. Reserved for future use.

Returns:

  • (String)


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_nameString

The name of the stream for the merge.

Returns:

  • (String)


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