Class: Aws::FIS::Types::ExperimentTemplateReportConfigurationOutputsInput

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

Instance Attribute Details

#s3_configurationTypes::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