Class: Aws::FIS::Types::ReportConfigurationS3Output

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

Overview

Describes 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)


2159
2160
2161
2162
2163
2164
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2159

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


2159
2160
2161
2162
2163
2164
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2159

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