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