Class: Aws::Types::ProductionVariantStatus
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#start_time ⇒ ::Time
Returns the value of attribute start_time.
10144 10145 10146 |
# File 'sig/types.rbs', line 10144 def start_time @start_time end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
10142 10143 10144 |
# File 'sig/types.rbs', line 10142 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
10143 10144 10145 |
# File 'sig/types.rbs', line 10143 def @status_message end |