Struct: s3.GetBucketAclOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Grants []*Grant
A list of grants.
-
Owner *Owner
Container for the bucket owner’s display name and ID.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetGrants([]*Grant) *GetBucketAclOutput
operation
SetGrants sets the Grants field’s value.
-
SetOwner(*Owner) *GetBucketAclOutput
operation
SetOwner sets the Owner field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
Grants []*Grant
`locationName:"AccessControlList" locationNameList:"Grant" type:"list"`
A list of grants.
Owner *Owner
`type:"structure"`
Container for the bucket owner’s display name and ID.
_ struct{}
`type:"structure"`
Method Details
func (s GetBucketAclOutput) 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”.
12179 12180 12181 |
// File 'service/s3/api.go', line 12179
|
func (s *GetBucketAclOutput) SetGrants(v []*Grant) *GetBucketAclOutput
SetGrants sets the Grants field’s value.
12184 12185 12186 12187 |
// File 'service/s3/api.go', line 12184
|
func (s *GetBucketAclOutput) SetOwner(v *Owner) *GetBucketAclOutput
SetOwner sets the Owner field’s value.
12190 12191 12192 12193 |
// File 'service/s3/api.go', line 12190
|
func (s GetBucketAclOutput) 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”.
12170 12171 12172 |
// File 'service/s3/api.go', line 12170
|