Class: Aws::Mgn::Types::JobPostLaunchActionsLaunchStatus

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

Overview

Launch Status of the Job Post Launch Actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_id ⇒ String

AWS Systems Manager Document's execution ID of the Job Post Launch Actions.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class JobPostLaunchActionsLaunchStatus < Struct.new(
  :ssm_document,
  :ssm_document_type,
  :execution_id,
  :execution_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#execution_status ⇒ String

AWS Systems Manager Document's execution status.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class JobPostLaunchActionsLaunchStatus < Struct.new(
  :ssm_document,
  :ssm_document_type,
  :execution_id,
  :execution_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reason ⇒ String

AWS Systems Manager Document's failure reason.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class JobPostLaunchActionsLaunchStatus < Struct.new(
  :ssm_document,
  :ssm_document_type,
  :execution_id,
  :execution_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_document ⇒ Types::SsmDocument

AWS Systems Manager's Document of the Job Post Launch Actions.

Returns:



2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class JobPostLaunchActionsLaunchStatus < Struct.new(
  :ssm_document,
  :ssm_document_type,
  :execution_id,
  :execution_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_document_type ⇒ String

AWS Systems Manager Document type.

Returns:

  • (String)


2239
2240
2241
2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-mgn/types.rb', line 2239

class JobPostLaunchActionsLaunchStatus < Struct.new(
  :ssm_document,
  :ssm_document_type,
  :execution_id,
  :execution_status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end