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.
1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1919 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.
1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1919 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.
1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1919 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 of the Job Post Launch Actions.
1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1919 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.
1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1919 class JobPostLaunchActionsLaunchStatus < Struct.new( :ssm_document, :ssm_document_type, :execution_id, :execution_status, :failure_reason) SENSITIVE = [] include Aws::Structure end |