Class: Aws::Types::NotifyApplicationStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::NotifyApplicationStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def application_id @application_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
295 296 297 |
# File 'sig/types.rbs', line 295 def dry_run @dry_run end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
293 294 295 |
# File 'sig/types.rbs', line 293 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def update_date_time @update_date_time end |