Class: Aws::Types::ListKeysInput
- Inherits:
-
Object
- Object
- Aws::Types::ListKeysInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute key_state.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#key_state ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute key_state.
526 527 528 |
# File 'sig/types.rbs', line 526 def key_state @key_state end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
528 529 530 |
# File 'sig/types.rbs', line 528 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
527 528 529 |
# File 'sig/types.rbs', line 527 def next_token @next_token end |