Class: Aws::Mgn::Types::JobPostLaunchActionsLaunchStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::JobPostLaunchActionsLaunchStatus
- 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
-
#execution_id ⇒ String
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
-
#execution_status ⇒ String
AWS Systems Manager Document's execution status.
-
#failure_reason ⇒ String
AWS Systems Manager Document's failure reason.
-
#ssm_document ⇒ Types::SsmDocument
AWS Systems Manager's Document of the of the Job Post Launch Actions.
-
#ssm_document_type ⇒ String
AWS Systems Manager Document type.
Instance Attribute Details
#execution_id ⇒ String
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
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_status ⇒ String
AWS Systems Manager Document's execution status.
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_reason ⇒ String
AWS Systems Manager Document's failure reason.
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 ⇒ Types::SsmDocument
AWS Systems Manager's Document of the of the Job Post Launch Actions.
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_type ⇒ String
AWS Systems Manager Document type.
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 |