Class: Aws::Types::KeyValueStore
- Inherits:
-
Object
- Object
- Aws::Types::KeyValueStore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def comment @comment end |
#id ⇒ ::String
Returns the value of attribute id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def status @status end |