class Aws::S3::Types::AnalyticsExportDestination

Where to publish the analytics results.

@note When making an API call, you may pass AnalyticsExportDestination

data as a hash:

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

@!attribute [rw] s3_bucket_destination

A destination signifying output to an S3 bucket.
@return [Types::AnalyticsS3BucketDestination]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/AnalyticsExportDestination AWS API Documentation

Constants

SENSITIVE