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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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)


2423
2424
2425
2426
2427
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 2423

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