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)


348
349
350
# File 'sig/types.rbs', line 348

def ending_hash_key
  @ending_hash_key
end

#starting_hash_key::String

Returns the value of attribute starting_hash_key.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def starting_hash_key
  @starting_hash_key
end