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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#location_constraintString

Returns:

  • (String)


2632
2633
2634
2635
# File 'lib/aws-sdk-s3/types.rb', line 2632

class GetBucketLocationOutput < Struct.new(
  :location_constraint)
  include Aws::Structure
end