Class: Aws::Types::CreateKeyValueStoreResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyValueStoreResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#key_value_store ⇒ Types::KeyValueStore
Returns the value of attribute key_value_store.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
690 691 692 |
# File 'sig/types.rbs', line 690 def etag @etag end |
#key_value_store ⇒ Types::KeyValueStore
Returns the value of attribute key_value_store.
689 690 691 |
# File 'sig/types.rbs', line 689 def key_value_store @key_value_store end |
#location ⇒ ::String
Returns the value of attribute location.
691 692 693 |
# File 'sig/types.rbs', line 691 def location @location end |