Struct: s3.GetBucketAclOutput

import "../ibm-cos-sdk-go/service/s3"

Implemented Interfaces

s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

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) GoString() string { return s.String() }

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) SetGrants(v []*Grant) *GetBucketAclOutput { s.Grants = v return s }

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) SetOwner(v *Owner) *GetBucketAclOutput { s.Owner = v return s }

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

func (s GetBucketAclOutput) String() string { return awsutil.Prettify(s) }