Class: Aws::FIS::Types::UpdateExperimentTemplateActionInputItem

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The ID of the action.

Returns:

  • (String)


2046
2047
2048
2049
2050
2051
2052
2053
2054
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2046

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

#descriptionString

A description for the action.

Returns:

  • (String)


2046
2047
2048
2049
2050
2051
2052
2053
2054
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2046

class UpdateExperimentTemplateActionInputItem < 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>)


2046
2047
2048
2049
2050
2051
2052
2053
2054
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2046

class UpdateExperimentTemplateActionInputItem < 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>)


2046
2047
2048
2049
2050
2051
2052
2053
2054
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2046

class UpdateExperimentTemplateActionInputItem < 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>)


2046
2047
2048
2049
2050
2051
2052
2053
2054
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2046

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