Class: Aws::FIS::Types::UpdateExperimentTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsHash<String,Types::UpdateExperimentTemplateActionInputItem>

The actions for the experiment.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the template.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#experiment_optionsTypes::UpdateExperimentTemplateExperimentOptionsInput

The experiment options for the experiment template.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the experiment template.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#log_configurationTypes::UpdateExperimentTemplateLogConfigurationInput

The configuration for experiment logging.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#stop_conditionsArray<Types::UpdateExperimentTemplateStopConditionInput>

The stop conditions for the experiment.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,Types::UpdateExperimentTemplateTargetInput>

The targets for the experiment.



2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2227

class UpdateExperimentTemplateRequest < Struct.new(
  :id,
  :description,
  :stop_conditions,
  :targets,
  :actions,
  :role_arn,
  :log_configuration,
  :experiment_options)
  SENSITIVE = []
  include Aws::Structure
end