Class: Aws::Types::DescribeCustomKeyStoresRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomKeyStoresRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
-
#custom_key_store_name ⇒ ::String
Returns the value of attribute custom_key_store_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#custom_key_store_id ⇒ ::String
Returns the value of attribute custom_key_store_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def custom_key_store_id @custom_key_store_id end |
#custom_key_store_name ⇒ ::String
Returns the value of attribute custom_key_store_name.
244 245 246 |
# File 'sig/types.rbs', line 244 def custom_key_store_name @custom_key_store_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
245 246 247 |
# File 'sig/types.rbs', line 245 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
246 247 248 |
# File 'sig/types.rbs', line 246 def marker @marker end |