Class: Aws::S3::Types::AnalyticsExportDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Where to publish the analytics results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_destinationTypes::AnalyticsS3BucketDestination

A destination signifying output to an S3 bucket.



263
264
265
266
267
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 263

class AnalyticsExportDestination < Struct.new(
  :s3_bucket_destination)
  SENSITIVE = []
  include Aws::Structure
end