Class: Aws::S3::Types::AnalyticsExportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::AnalyticsExportDestination
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Where to publish the analytics results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_destination ⇒ Types::AnalyticsS3BucketDestination
A destination signifying output to an S3 bucket.
Instance Attribute Details
#s3_bucket_destination ⇒ Types::AnalyticsS3BucketDestination
A destination signifying output to an S3 bucket.
263 264 265 266 267 |
# File 'lib/aws-sdk-s3/types.rb', line 263 class AnalyticsExportDestination < Struct.new( :s3_bucket_destination) SENSITIVE = [] include Aws::Structure end |