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”.



9433
9434
9435
// File 'service/s3/api.go', line 9433

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

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

SetLocation sets the Location field’s value.



9438
9439
9440
9441
// File 'service/s3/api.go', line 9438

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”.



9424
9425
9426
// File 'service/s3/api.go', line 9424

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