class Aws::S3::Types::AnalyticsS3BucketDestination
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/AnalyticsS3BucketDestination AWS API Documentation
@return [String]
all results.
The prefix to use when exporting data. The prefix is prepended to
@!attribute [rw] prefix
@return [String]
exported.
The Amazon Resource Name (ARN) of the bucket to which data is
@!attribute [rw] bucket
@return [String]
provided, the owner will not be validated prior to exporting data.
The account ID that owns the destination bucket. If no account ID is
@!attribute [rw] bucket_account_id
@return [String]
Specifies the file format used when exporting data to Amazon S3.
@!attribute [rw] format
}
prefix: “Prefix”,
bucket: “BucketName”, # required
bucket_account_id: “AccountId”,
format: “CSV”, # required, accepts CSV
{
data as a hash:
@note When making an API call, you may pass AnalyticsS3BucketDestination