Class: Aws::Types::JobPostLaunchActionsLaunchStatus
- Inherits:
-
Object
- Object
- Aws::Types::JobPostLaunchActionsLaunchStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#ssm_document ⇒ Types::SsmDocument
Returns the value of attribute ssm_document.
-
#ssm_document_type ⇒ "AUTOMATION", "COMMAND"
Returns the value of attribute ssm_document_type.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def execution_id @execution_id end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
673 674 675 |
# File 'sig/types.rbs', line 673 def execution_status @execution_status end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
674 675 676 |
# File 'sig/types.rbs', line 674 def failure_reason @failure_reason end |
#ssm_document ⇒ Types::SsmDocument
Returns the value of attribute ssm_document.
670 671 672 |
# File 'sig/types.rbs', line 670 def ssm_document @ssm_document end |
#ssm_document_type ⇒ "AUTOMATION", "COMMAND"
Returns the value of attribute ssm_document_type.
671 672 673 |
# File 'sig/types.rbs', line 671 def ssm_document_type @ssm_document_type end |