Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationOutputsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateReportConfigurationOutputsInput
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Specifies the outputs for the experiment templates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::ReportConfigurationS3OutputInput
The S3 destination for the experiment report.
Instance Attribute Details
#s3_configuration ⇒ Types::ReportConfigurationS3OutputInput
The S3 destination for the experiment report.
1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1461 class ExperimentTemplateReportConfigurationOutputsInput < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |