Class: Aws::Types::PostLaunchActionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::PostLaunchActionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#post_launch_actions_launch_status_list ⇒ ::Array[Types::JobPostLaunchActionsLaunchStatus]
Returns the value of attribute post_launch_actions_launch_status_list.
-
#ssm_agent_discovery_datetime ⇒ ::String
Returns the value of attribute ssm_agent_discovery_datetime.
Instance Attribute Details
#post_launch_actions_launch_status_list ⇒ ::Array[Types::JobPostLaunchActionsLaunchStatus]
Returns the value of attribute post_launch_actions_launch_status_list.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def post_launch_actions_launch_status_list @post_launch_actions_launch_status_list end |
#ssm_agent_discovery_datetime ⇒ ::String
Returns the value of attribute ssm_agent_discovery_datetime.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def ssm_agent_discovery_datetime @ssm_agent_discovery_datetime end |