Class: Aws::S3Control::Types::RegionReport

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

Overview

A combination of a bucket and Region that's part of a Multi-Region Access Point.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the bucket.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6324

class RegionReport < Struct.new(
  :bucket,
  :region,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_account_idString

The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6324

class RegionReport < Struct.new(
  :bucket,
  :region,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The name of the Region.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
6330
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6324

class RegionReport < Struct.new(
  :bucket,
  :region,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end