Class: Aws::S3Control::Types::S3BucketDestination

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

Overview

A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the owner of the S3 Storage Lens metrics export bucket.

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::StorageLensDataExportEncryption

The container for the type encryption of the metrics exports in this bucket.



6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#output_schema_versionString

The schema version of the export file.

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the destination bucket where the metrics export will be delivered.

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6733

class S3BucketDestination < Struct.new(
  :format,
  :output_schema_version,
  :account_id,
  :arn,
  :prefix,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end