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



14497
14498
14499
// File 'service/s3/api.go', line 14497

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

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

SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field’s value.



14502
14503
14504
14505
// File 'service/s3/api.go', line 14502

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



14488
14489
14490
// File 'service/s3/api.go', line 14488

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