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.
10137 10138 10139 |
# File 'sig/types.rbs', line 10137 def start_time @start_time end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
10135 10136 10137 |
# File 'sig/types.rbs', line 10135 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
10136 10137 10138 |
# File 'sig/types.rbs', line 10136 def @status_message end |