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.
230 231 232 |
# File 'sig/types.rbs', line 230 def ending_hash_key @ending_hash_key end |
#starting_hash_key ⇒ ::String
Returns the value of attribute starting_hash_key.
229 230 231 |
# File 'sig/types.rbs', line 229 def starting_hash_key @starting_hash_key end |