Class: Aws::FIS::Types::ExperimentReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReport
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes the experiment report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_reports ⇒ Array<Types::ExperimentReportS3Report>
The S3 destination of the experiment report.
-
#state ⇒ Types::ExperimentReportState
The state of the experiment report.
Instance Attribute Details
#s3_reports ⇒ Array<Types::ExperimentReportS3Report>
The S3 destination of the experiment report.
782 783 784 785 786 787 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 782 class ExperimentReport < Struct.new( :state, :s3_reports) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::ExperimentReportState
The state of the experiment report.
782 783 784 785 786 787 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 782 class ExperimentReport < Struct.new( :state, :s3_reports) SENSITIVE = [] include Aws::Structure end |