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