Class: Aws::Types::HashKeyRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ending_hash_key::String

Returns the value of attribute ending_hash_key.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def ending_hash_key
  @ending_hash_key
end

#starting_hash_key::String

Returns the value of attribute starting_hash_key.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def starting_hash_key
  @starting_hash_key
end