Class: Aws::Backup::Types::ReportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ReportDestination
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Contains information from your report job about your report destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The unique name of the Amazon S3 bucket that receives your reports.
-
#s3_keys ⇒ Array<String>
The object key that uniquely identifies your reports in your S3 bucket.
Instance Attribute Details
#s3_bucket_name ⇒ String
The unique name of the Amazon S3 bucket that receives your reports.
6863 6864 6865 6866 6867 6868 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6863 class ReportDestination < Struct.new( :s3_bucket_name, :s3_keys) SENSITIVE = [] include Aws::Structure end |
#s3_keys ⇒ Array<String>
The object key that uniquely identifies your reports in your S3 bucket.
6863 6864 6865 6866 6867 6868 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6863 class ReportDestination < Struct.new( :s3_bucket_name, :s3_keys) SENSITIVE = [] include Aws::Structure end |