Struct: s3.GetPublicAccessBlockOutput

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

PublicAccessBlockConfiguration *PublicAccessBlockConfiguration `type:"structure"`

The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.

_ struct{} `type:"structure" payload:"PublicAccessBlockConfiguration"`

Method Details

func (s GetPublicAccessBlockOutput) 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”.



14346
14347
14348
// File 'service/s3/api.go', line 14346

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

func (s *GetPublicAccessBlockOutput) SetPublicAccessBlockConfiguration(v *PublicAccessBlockConfiguration) *GetPublicAccessBlockOutput

SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.



14351
14352
14353
14354
// File 'service/s3/api.go', line 14351

func (s GetPublicAccessBlockOutput) 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”.



14337
14338
14339
// File 'service/s3/api.go', line 14337

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