Class: Aws::FIS::Types::ReportConfigurationS3OutputInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ReportConfigurationS3OutputInput
- 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
-
#bucket_name ⇒ String
The name of the S3 bucket where the experiment report will be stored.
-
#prefix ⇒ String
The prefix of the S3 bucket where the experiment report will be stored.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket where the experiment report will be stored.
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 |
#prefix ⇒ String
The prefix of the S3 bucket where the experiment report will be stored.
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 |