Class: Aws::Types::ListKeysOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListKeysOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keys ⇒ ::Array[Types::KeySummary]
Returns the value of attribute keys.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#keys ⇒ ::Array[Types::KeySummary]
Returns the value of attribute keys.
533 534 535 |
# File 'sig/types.rbs', line 533 def keys @keys end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
534 535 536 |
# File 'sig/types.rbs', line 534 def next_token @next_token end |