Class: Aws::Drs::Types::LaunchActionsStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Launch actions status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#runsArray<Types::LaunchActionRun>

List of post launch action status.

Returns:



1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-drs/types.rb', line 1573

class LaunchActionsStatus < Struct.new(
  :runs,
  :ssm_agent_discovery_datetime)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_agent_discovery_datetimeString

Time where the AWS Systems Manager was detected as running on the launched instance.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-drs/types.rb', line 1573

class LaunchActionsStatus < Struct.new(
  :runs,
  :ssm_agent_discovery_datetime)
  SENSITIVE = []
  include Aws::Structure
end