Class: Aws::FIS::Types::ExperimentReportConfigurationOutputsS3Configuration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Specifies the S3 destination for the experiment report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket where the experiment report will be stored.

Returns:

  • (String)


885
886
887
888
889
890
# File 'lib/aws-sdk-fis/types.rb', line 885

class ExperimentReportConfigurationOutputsS3Configuration < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the S3 bucket where the experiment report will be stored.

Returns:

  • (String)


885
886
887
888
889
890
# File 'lib/aws-sdk-fis/types.rb', line 885

class ExperimentReportConfigurationOutputsS3Configuration < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end