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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 865

class ExperimentReportConfigurationOutputs < Struct.new(
  :s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end