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”.
12028 12029 12030 |
// File 'service/s3/api.go', line 12028
|
func (s *GetBucketAclOutput) SetGrants(v []*Grant) *GetBucketAclOutput
SetGrants sets the Grants field's value.
12033 12034 12035 12036 |
// File 'service/s3/api.go', line 12033
|
func (s *GetBucketAclOutput) SetOwner(v *Owner) *GetBucketAclOutput
SetOwner sets the Owner field's value.
12039 12040 12041 12042 |
// File 'service/s3/api.go', line 12039
|
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”.
12019 12020 12021 |
// File 'service/s3/api.go', line 12019
|