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)


371
372
373
# File 'sig/types.rbs', line 371

def adjacent_shard_to_merge
  @adjacent_shard_to_merge
end

#shard_to_merge::String

Returns the value of attribute shard_to_merge.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def shard_to_merge
  @shard_to_merge
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def stream_name
  @stream_name
end