Class: Aws::S3::Types::GetBucketLocationOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#location_constraintString

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`.

[1]: docs.aws.amazon.com/general/latest/gr/rande.html#s3_region

Returns:

  • (String)


5730
5731
5732
5733
5734
# File 'lib/aws-sdk-s3/types.rb', line 5730

class GetBucketLocationOutput < Struct.new(
  :location_constraint)
  SENSITIVE = []
  include Aws::Structure
end