Class: Aws::Drs::Types::LaunchActionRun
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::LaunchActionRun
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Launch action run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::LaunchAction
Action.
-
#failure_reason ⇒ String
Failure reason.
-
#run_id ⇒ String
Run Id.
-
#status ⇒ String
Run status.
Instance Attribute Details
#action ⇒ Types::LaunchAction
Action.
1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-drs/types.rb', line 1537 class LaunchActionRun < Struct.new( :action, :failure_reason, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
Failure reason.
1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-drs/types.rb', line 1537 class LaunchActionRun < Struct.new( :action, :failure_reason, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
Run Id.
1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-drs/types.rb', line 1537 class LaunchActionRun < Struct.new( :action, :failure_reason, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Run status.
1537 1538 1539 1540 1541 1542 1543 1544 |
# File 'lib/aws-sdk-drs/types.rb', line 1537 class LaunchActionRun < Struct.new( :action, :failure_reason, :run_id, :status) SENSITIVE = [] include Aws::Structure end |