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”.



12028
12029
12030
// File 'service/s3/api.go', line 12028

func (s GetBucketAclOutput) GoString() string { return s.String() }

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

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) 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”.



12019
12020
12021
// File 'service/s3/api.go', line 12019

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