Class: Aws::FIS::Types::ExperimentReport

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Describes the experiment report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_reportsArray<Types::ExperimentReportS3Report>

The S3 destination of the experiment report.



782
783
784
785
786
787
# File 'lib/aws-sdk-fis/types.rb', line 782

class ExperimentReport < Struct.new(
  :state,
  :s3_reports)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ExperimentReportState

The state of the experiment report.



782
783
784
785
786
787
# File 'lib/aws-sdk-fis/types.rb', line 782

class ExperimentReport < Struct.new(
  :state,
  :s3_reports)
  SENSITIVE = []
  include Aws::Structure
end