Class: Aws::Types::ApplicationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::Array[Types::ApplicationStatusDetail]
Returns the value of attribute details.
-
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
-
#status_since ⇒ ::Time
Returns the value of attribute status_since.
-
#status_time_stamp ⇒ ::Time
Returns the value of attribute status_time_stamp.
Instance Attribute Details
#details ⇒ ::Array[Types::ApplicationStatusDetail]
Returns the value of attribute details.
455 456 457 |
# File 'sig/types.rbs', line 455 def details @details end |
#resume_at ⇒ ::Time
Returns the value of attribute resume_at.
454 455 456 |
# File 'sig/types.rbs', line 454 def resume_at @resume_at end |
#status ⇒ "ok", ...
Returns the value of attribute status.
451 452 453 |
# File 'sig/types.rbs', line 451 def status @status end |
#status_since ⇒ ::Time
Returns the value of attribute status_since.
453 454 455 |
# File 'sig/types.rbs', line 453 def status_since @status_since end |
#status_time_stamp ⇒ ::Time
Returns the value of attribute status_time_stamp.
452 453 454 |
# File 'sig/types.rbs', line 452 def status_time_stamp @status_time_stamp end |