Class: Aws::Types::HashKeyRange
- Inherits:
-
Object
- Object
- Aws::Types::HashKeyRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ending_hash_key ⇒ ::String
Returns the value of attribute ending_hash_key.
-
#starting_hash_key ⇒ ::String
Returns the value of attribute starting_hash_key.
Instance Attribute Details
#ending_hash_key ⇒ ::String
Returns the value of attribute ending_hash_key.
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.
347 348 349 |
# File 'sig/types.rbs', line 347 def starting_hash_key @starting_hash_key end |