Class: Aws::Types::DescribeCustomKeyStoresResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomKeyStoresResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_key_stores ⇒ ::Array[Types::CustomKeyStoresListEntry]
Returns the value of attribute custom_key_stores.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#custom_key_stores ⇒ ::Array[Types::CustomKeyStoresListEntry]
Returns the value of attribute custom_key_stores.
251 252 253 |
# File 'sig/types.rbs', line 251 def custom_key_stores @custom_key_stores end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
252 253 254 |
# File 'sig/types.rbs', line 252 def next_marker @next_marker end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
253 254 255 |
# File 'sig/types.rbs', line 253 def truncated @truncated end |