Class: Aws::Types::MergeShardsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#adjacent_shard_to_merge::String

Returns the value of attribute adjacent_shard_to_merge.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def adjacent_shard_to_merge
  @adjacent_shard_to_merge
end

#shard_to_merge::String

Returns the value of attribute shard_to_merge.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def shard_to_merge
  @shard_to_merge
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def stream_name
  @stream_name
end