Class: Aws::Types::Shard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjacent_parent_shard_id::String

Returns the value of attribute adjacent_parent_shard_id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def adjacent_parent_shard_id
  @adjacent_parent_shard_id
end

#hash_key_rangeTypes::HashKeyRange

Returns the value of attribute hash_key_range.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def hash_key_range
  @hash_key_range
end

#parent_shard_id::String

Returns the value of attribute parent_shard_id.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def parent_shard_id
  @parent_shard_id
end

#sequence_number_rangeTypes::SequenceNumberRange

Returns the value of attribute sequence_number_range.



707
708
709
# File 'sig/types.rbs', line 707

def sequence_number_range
  @sequence_number_range
end

#shard_id::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def shard_id
  @shard_id
end