Class: Aws::Types::UpdateKeyValueStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyValueStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def comment @comment end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4074 4075 4076 |
# File 'sig/types.rbs', line 4074 def if_match @if_match end |
#name ⇒ ::String
Returns the value of attribute name.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def name @name end |