Class: Aws::ResilienceHub::Types::Experiment
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::Experiment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Indicates the FIS experiment detected while running an assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_arn ⇒ String
Amazon Resource Name (ARN) of the FIS experiment.
-
#experiment_template_id ⇒ String
Identifier of the FIS experiment template.
Instance Attribute Details
#experiment_arn ⇒ String
Amazon Resource Name (ARN) of the FIS experiment.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3192 class Experiment < Struct.new( :experiment_arn, :experiment_template_id) SENSITIVE = [] include Aws::Structure end |
#experiment_template_id ⇒ String
Identifier of the FIS experiment template.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3192 class Experiment < Struct.new( :experiment_arn, :experiment_template_id) SENSITIVE = [] include Aws::Structure end |