Class: Aws::S3::Types::AnalyticsS3BucketDestination

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

Overview

Contains information about where to publish the analytics results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon Resource Name (ARN) of the bucket to which data is exported.

Returns:

  • (String)


327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 327

class AnalyticsS3BucketDestination < Struct.new(
  :format,
  :bucket_account_id,
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_account_idString

The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.

Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

Returns:

  • (String)


327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 327

class AnalyticsS3BucketDestination < Struct.new(
  :format,
  :bucket_account_id,
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Specifies the file format used when exporting data to Amazon S3.

Returns:

  • (String)


327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 327

class AnalyticsS3BucketDestination < Struct.new(
  :format,
  :bucket_account_id,
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix to use when exporting data. The prefix is prepended to all results.

Returns:

  • (String)


327
328
329
330
331
332
333
334
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 327

class AnalyticsS3BucketDestination < Struct.new(
  :format,
  :bucket_account_id,
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end