Class: Aws::Types::CreateVariantStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVariantStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
431 432 433 |
# File 'sig/types.rbs', line 431 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
427 428 429 |
# File 'sig/types.rbs', line 427 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
430 431 432 |
# File 'sig/types.rbs', line 430 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
428 429 430 |
# File 'sig/types.rbs', line 428 def reference @reference end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
429 430 431 |
# File 'sig/types.rbs', line 429 def status @status end |