Class: Aws::S3::Types::GetBucketLocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLocationOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location_constraint ⇒ String
Specifies the Region where the bucket resides.
Instance Attribute Details
#location_constraint ⇒ String
Specifies the Region where the bucket resides. For a list of all the
Amazon S3 supported location constraints by Region, see Regions and
Endpoints. Buckets in Region us-east-1
have a
LocationConstraint of null
.
5761 5762 5763 5764 5765 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 5761 class GetBucketLocationOutput < Struct.new( :location_constraint) SENSITIVE = [] include Aws::Structure end |