Class: Aws::Types::UpdateVariantStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVariantStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def reference @reference end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def update_time @update_time end |