You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AnalyticsExportDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket_destination: { # required
    format: "CSV", # required, accepts CSV
    bucket_account_id: "AccountId",
    bucket: "BucketName", # required
    prefix: "Prefix",
  },
}

Where to publish the analytics results.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_destinationTypes::AnalyticsS3BucketDestination

A destination signifying output to an S3 bucket.

Returns: