Class: Aws::S3Control::Types::Region
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::Region
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the associated bucket for the Region.
-
#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.
Instance Attribute Details
#bucket ⇒ String
The name of the associated bucket for the Region.
6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6487 class Region < Struct.new( :bucket, :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.
6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6487 class Region < Struct.new( :bucket, :bucket_account_id) SENSITIVE = [] include Aws::Structure end |