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