Class: Aws::FIS::Types::ExperimentAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentAction
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes the action for an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_id ⇒ String
The ID of the action.
-
#description ⇒ String
The description for the action.
-
#end_time ⇒ Time
The time that the action ended.
-
#parameters ⇒ Hash<String,String>
The parameters for the action.
-
#start_after ⇒ Array<String>
The name of the action that must be completed before this action starts.
-
#start_time ⇒ Time
The time that the action started.
-
#state ⇒ Types::ExperimentActionState
The state of the action.
-
#targets ⇒ Hash<String,String>
The targets for the action.
Instance Attribute Details
#action_id ⇒ String
The ID of the action.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the action.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time that the action ended.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters for the action.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_after ⇒ Array<String>
The name of the action that must be completed before this action starts.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the action started.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::ExperimentActionState
The state of the action.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Hash<String,String>
The targets for the action.
648 649 650 651 652 653 654 655 656 657 658 659 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 648 class ExperimentAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after, :state, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |