Class: Aws::S3Control::Types::RegionReport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::RegionReport
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#bucket ⇒ String
The name of the bucket.
-
#bucket_account_id ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket that’s associated with this Multi-Region Access Point.
-
#region ⇒ String
The name of the Region.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket.
6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-s3control/types.rb', line 6512 class RegionReport < Struct.new( :bucket, :region, :bucket_account_id) SENSITIVE = [] include Aws::Structure end |
#bucket_account_id ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket that’s associated with this Multi-Region Access Point.
6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-s3control/types.rb', line 6512 class RegionReport < Struct.new( :bucket, :region, :bucket_account_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The name of the Region.
6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-s3control/types.rb', line 6512 class RegionReport < Struct.new( :bucket, :region, :bucket_account_id) SENSITIVE = [] include Aws::Structure end |