Class: Aws::S3::Types::GetBucketLocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLocationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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].
[1]: docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
3928 3929 3930 3931 |
# File 'lib/aws-sdk-s3/types.rb', line 3928 class GetBucketLocationOutput < Struct.new( :location_constraint) include Aws::Structure end |