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.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2129

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