Module: Aws::KMS::Client::_ListKeysResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListKeysResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#keys ⇒ ::Array[Types::KeyListEntry]
596 |
# File 'sig/client.rbs', line 596
def keys: () -> ::Array[Types::KeyListEntry]
|
#next_marker ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def next_marker: () -> ::String
|
#truncated ⇒ Boolean
598 |
# File 'sig/client.rbs', line 598
def truncated: () -> bool
|