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:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def adjacent_shard_to_merge
  @adjacent_shard_to_merge
end

#shard_to_merge::String

Returns the value of attribute shard_to_merge.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def shard_to_merge
  @shard_to_merge
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def stream_name
  @stream_name
end