Struct: s3.ListBucketsInput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
IBMServiceInstanceId *string
Sets the IBM Service Instance Id in the request.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetIBMServiceInstanceId(string) *ListBucketsInput
operation
SetIBMServiceInstanceId sets the IBMServiceInstanceId field's value.
-
String() string
operation
String returns the string representation.
Structure Field Details
IBMServiceInstanceId *string
`location:"header" locationName:"ibm-service-instance-id" type:"string"`
Sets the IBM Service Instance Id in the request.
Only Valid for IBM IAM Authentication
_ struct{}
`locationName:"ListBucketsRequest" type:"structure"`
Method Details
func (s ListBucketsInput) 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”.
15897 15898 15899 |
// File 'service/s3/api.go', line 15897
|
func (s *ListBucketsInput) SetIBMServiceInstanceId(v string) *ListBucketsInput
SetIBMServiceInstanceId sets the IBMServiceInstanceId field's value.
15902 15903 15904 15905 |
// File 'service/s3/api.go', line 15902
|
func (s ListBucketsInput) 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”.
15888 15889 15890 |
// File 'service/s3/api.go', line 15888
|