Class: Aws::Resiliencehubv2::Types::ExperimentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ExperimentDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Details about an AWS Fault Injection Service (AWS FIS) experiment run as part of a test run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
Additional details about the experiment.
-
#experiment_arn ⇒ String
The ARN of the AWS FIS experiment.
Instance Attribute Details
#details ⇒ String
Additional details about the experiment.
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1382 class ExperimentDetails < Struct.new( :experiment_arn, :details) SENSITIVE = [] include Aws::Structure end |
#experiment_arn ⇒ String
The ARN of the AWS FIS experiment.
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1382 class ExperimentDetails < Struct.new( :experiment_arn, :details) SENSITIVE = [] include Aws::Structure end |