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
Instance Attribute Details
#location_constraint ⇒ String
2443 2444 2445 2446 |
# File 'lib/aws-sdk-s3/types.rb', line 2443 class GetBucketLocationOutput < Struct.new( :location_constraint) include Aws::Structure end |