Class: Aws::FIS::Types::UpdateExperimentTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateRequest
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Hash<String,Types::UpdateExperimentTemplateActionInputItem>
The actions for the experiment.
-
#description ⇒ String
A description for the template.
-
#experiment_options ⇒ Types::UpdateExperimentTemplateExperimentOptionsInput
The experiment options for the experiment template.
-
#id ⇒ String
The ID of the experiment template.
-
#log_configuration ⇒ Types::UpdateExperimentTemplateLogConfigurationInput
The configuration for experiment logging.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
-
#stop_conditions ⇒ Array<Types::UpdateExperimentTemplateStopConditionInput>
The stop conditions for the experiment.
-
#targets ⇒ Hash<String,Types::UpdateExperimentTemplateTargetInput>
The targets for the experiment.
Instance Attribute Details
#actions ⇒ Hash<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 |
#description ⇒ String
A description for the 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 |
#experiment_options ⇒ Types::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 |
#id ⇒ String
The ID of 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 |
#log_configuration ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
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_conditions ⇒ Array<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 |
#targets ⇒ Hash<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 |