Class: Aws::Types::ListKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
736 737 738 |
# File 'sig/types.rbs', line 736 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
737 738 739 |
# File 'sig/types.rbs', line 737 def marker @marker end |