Class: Aws::FIS::Types::ExperimentReportConfigurationOutputs
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportConfigurationOutputs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the output destinations of the experiment report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::ExperimentReportConfigurationOutputsS3Configuration
The S3 destination for the experiment report.
Instance Attribute Details
#s3_configuration ⇒ Types::ExperimentReportConfigurationOutputsS3Configuration
The S3 destination for the experiment report.
865 866 867 868 869 |
# File 'lib/aws-sdk-fis/types.rb', line 865 class ExperimentReportConfigurationOutputs < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |