Class: Aws::Types::ListKeysResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListKeysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keys ⇒ ::Array[Types::KeyListEntry]
Returns the value of attribute keys.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#keys ⇒ ::Array[Types::KeyListEntry]
Returns the value of attribute keys.
742 743 744 |
# File 'sig/types.rbs', line 742 def keys @keys end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
743 744 745 |
# File 'sig/types.rbs', line 743 def next_marker @next_marker end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
744 745 746 |
# File 'sig/types.rbs', line 744 def truncated @truncated end |