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)


1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1393

class MergeShardsInput < Struct.new(
  :stream_name,
  :shard_to_merge,
  :adjacent_shard_to_merge,
  :stream_arn)
  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)


1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1393

class MergeShardsInput < Struct.new(
  :stream_name,
  :shard_to_merge,
  :adjacent_shard_to_merge,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN of the stream.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1393

class MergeShardsInput < Struct.new(
  :stream_name,
  :shard_to_merge,
  :adjacent_shard_to_merge,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

The name of the stream for the merge.

Returns:

  • (String)


1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1393

class MergeShardsInput < Struct.new(
  :stream_name,
  :shard_to_merge,
  :adjacent_shard_to_merge,
  :stream_arn)
  SENSITIVE = []
  include Aws::Structure
end