Class: Aws::FIS::Types::CreateExperimentTemplateActionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Service User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The ID of the action. The format of the action ID is: aws:service-name:action-type.

Returns:

  • (String)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 171

class CreateExperimentTemplateActionInput < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the action.

Returns:

  • (String)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 171

class CreateExperimentTemplateActionInput < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The parameters for the action, if applicable.

Returns:

  • (Hash<String,String>)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 171

class CreateExperimentTemplateActionInput < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after)
  SENSITIVE = []
  include Aws::Structure
end

#start_afterArray<String>

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

Returns:

  • (Array<String>)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 171

class CreateExperimentTemplateActionInput < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,String>

The targets for the action.

Returns:

  • (Hash<String,String>)


171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 171

class CreateExperimentTemplateActionInput < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after)
  SENSITIVE = []
  include Aws::Structure
end