Class: Aws::Types::ListKeyValueStoresRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListKeyValueStoresRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def max_items @max_items end |
#status ⇒ ::String
Returns the value of attribute status.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def status @status end |