Struct: s3.CreateBucketOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Location *string
Specifies the Region where the bucket will be created.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetLocation(string) *CreateBucketOutput
operation
SetLocation sets the Location field's value.
-
String() string
operation
String returns the string representation.
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) 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) 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
|