Class: Aws::FIS::Types::ReportConfigurationS3OutputInput

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)


2180
2181
2182
2183
2184
2185
# File 'lib/aws-sdk-fis/types.rb', line 2180

class ReportConfigurationS3OutputInput < 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)


2180
2181
2182
2183
2184
2185
# File 'lib/aws-sdk-fis/types.rb', line 2180

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