Class: Aws::ResilienceHub::Types::Experiment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#experiment_arnString

Amazon Resource Name (ARN) of the FIS experiment.

Returns:

  • (String)


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_idString

Identifier of the FIS experiment template.

Returns:

  • (String)


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