Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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_idString

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

Returns:

  • (String)

1868
1869
1870
1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1868

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

#execution_statusString

AWS Systems Manager Document's execution status.

Returns:

  • (String)

1868
1869
1870
1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1868

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

#failure_reasonString

AWS Systems Manager Document's failure reason.

Returns:

  • (String)

1868
1869
1870
1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1868

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

#ssm_documentTypes::SsmDocument

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

Returns:


1868
1869
1870
1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1868

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

#ssm_document_typeString

AWS Systems Manager Document type.

Returns:

  • (String)

1868
1869
1870
1871
1872
1873
1874
1875
1876
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1868

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