Class: Aws::Types::DescribeApplicationStateResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationStateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status ⇒ "NOT_STARTED", ...
Returns the value of attribute application_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
Instance Attribute Details
#application_status ⇒ "NOT_STARTED", ...
Returns the value of attribute application_status.
86 87 88 |
# File 'sig/types.rbs', line 86 def application_status @application_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
87 88 89 |
# File 'sig/types.rbs', line 87 def last_updated_time @last_updated_time end |