Class: Aws::FIS::Types::ExperimentTemplateAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes an action for an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_id ⇒ String
The ID of the action.
-
#description ⇒ String
A description for the action.
-
#parameters ⇒ Hash<String,String>
The parameters for the action.
-
#start_after ⇒ Array<String>
The name of the action that must be completed before the current action starts.
-
#targets ⇒ Hash<String,String>
The targets for the action.
Instance Attribute Details
#action_id ⇒ String
The ID of the action.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-fis/types.rb', line 1041 class ExperimentTemplateAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the action.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-fis/types.rb', line 1041 class ExperimentTemplateAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters for the action.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-fis/types.rb', line 1041 class ExperimentTemplateAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after) SENSITIVE = [] include Aws::Structure end |
#start_after ⇒ Array<String>
The name of the action that must be completed before the current action starts.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-fis/types.rb', line 1041 class ExperimentTemplateAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Hash<String,String>
The targets for the action.
1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-fis/types.rb', line 1041 class ExperimentTemplateAction < Struct.new( :action_id, :description, :parameters, :targets, :start_after) SENSITIVE = [] include Aws::Structure end |