Class: Aws::Types::ApplicationState
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#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_id ⇒ ::String
Returns the value of attribute application_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def application_id @application_id end |
#application_status ⇒ "NOT_STARTED", ...
Returns the value of attribute application_status.
18 19 20 |
# File 'sig/types.rbs', line 18 def application_status @application_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
19 20 21 |
# File 'sig/types.rbs', line 19 def last_updated_time @last_updated_time end |