Class: Aws::FIS::Types::ExperimentTemplateAction

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

Overview

Describes 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)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1010

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

#descriptionString

A description for the action.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1010

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

#parametersHash<String,String>

The parameters for the action.

Returns:

  • (Hash<String,String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1010

class ExperimentTemplateAction < 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.

Returns:

  • (Array<String>)


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1010

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


1010
1011
1012
1013
1014
1015
1016
1017
1018
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1010

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