Class: Aws::S3::Types::CreateBucketOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

Returns:

  • (String)


1266
1267
1268
1269
# File 'lib/aws-sdk-s3/types.rb', line 1266

class CreateBucketOutput < Struct.new(
  :location)
  include Aws::Structure
end