Class: Aws::FIS::Types::ExperimentReportConfigurationOutputs

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

Instance Attribute Details

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