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

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

#locationString

A forward slash followed by the name of the bucket.

Returns:

  • (String)


2180
2181
2182
2183
2184
# File 'lib/aws-sdk-s3/types.rb', line 2180

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