Struct: s3.CreateBucketOutput

import "../ibm-cos-sdk-go/service/s3"

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

Location *string `location:"header" locationName:"Location" type:"string"`

Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

_ struct{} `type:"structure"`

Method Details

func (s CreateBucketOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



9282
9283
9284
// File 'service/s3/api.go', line 9282

func (s CreateBucketOutput) GoString() string { return s.String() }

func (s *CreateBucketOutput) SetLocation(v string) *CreateBucketOutput

SetLocation sets the Location field's value.



9287
9288
9289
9290
// File 'service/s3/api.go', line 9287

func (s *CreateBucketOutput) SetLocation(v string) *CreateBucketOutput { s.Location = &v return s }

func (s CreateBucketOutput) String() string

String returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



9273
9274
9275
// File 'service/s3/api.go', line 9273

func (s CreateBucketOutput) String() string { return awsutil.Prettify(s) }