Struct: s3.GetObjectAclOutput
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.
-
RequestCharged *string
If present, indicates that the requester was successfully charged for the request.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetGrants([]*Grant) *GetObjectAclOutput
operation
SetGrants sets the Grants field’s value.
-
SetOwner(*Owner) *GetObjectAclOutput
operation
SetOwner sets the Owner field’s value.
-
SetRequestCharged(string) *GetObjectAclOutput
operation
SetRequestCharged sets the RequestCharged 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.
RequestCharged *string
`location:"header" locationName:"x-amz-request-charged" type:"string" enum:"RequestCharged"`
If present, indicates that the requester was successfully charged for the request.
_ struct{}
`type:"structure"`
Method Details
func (s GetObjectAclOutput) 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”.
13165 13166 13167 |
// File 'service/s3/api.go', line 13165
|
func (s *GetObjectAclOutput) SetGrants(v []*Grant) *GetObjectAclOutput
SetGrants sets the Grants field’s value.
13170 13171 13172 13173 |
// File 'service/s3/api.go', line 13170
|
func (s *GetObjectAclOutput) SetOwner(v *Owner) *GetObjectAclOutput
SetOwner sets the Owner field’s value.
13176 13177 13178 13179 |
// File 'service/s3/api.go', line 13176
|
func (s *GetObjectAclOutput) SetRequestCharged(v string) *GetObjectAclOutput
SetRequestCharged sets the RequestCharged field’s value.
13182 13183 13184 13185 |
// File 'service/s3/api.go', line 13182
|
func (s GetObjectAclOutput) 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”.
13156 13157 13158 |
// File 'service/s3/api.go', line 13156
|