Class: Aws::Drs::Types::LaunchActionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::LaunchActionsStatus
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Launch actions status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#runs ⇒ Array<Types::LaunchActionRun>
List of post launch action status.
-
#ssm_agent_discovery_datetime ⇒ String
Time where the AWS Systems Manager was detected as running on the launched instance.
Instance Attribute Details
#runs ⇒ Array<Types::LaunchActionRun>
List of post launch action status.
1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1596 class LaunchActionsStatus < Struct.new( :ssm_agent_discovery_datetime, :runs) SENSITIVE = [] include Aws::Structure end |
#ssm_agent_discovery_datetime ⇒ String
Time where the AWS Systems Manager was detected as running on the launched instance.
1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1596 class LaunchActionsStatus < Struct.new( :ssm_agent_discovery_datetime, :runs) SENSITIVE = [] include Aws::Structure end |