Struct: s3.GetPublicAccessBlockOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
PublicAccessBlockConfiguration *PublicAccessBlockConfiguration
The PublicAccessBlock configuration currently in effect for this Amazon S3 bucket.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetPublicAccessBlockConfiguration(*PublicAccessBlockConfiguration) *GetPublicAccessBlockOutput
operation
SetPublicAccessBlockConfiguration sets the PublicAccessBlockConfiguration field's value.
-
String() string
operation
String returns the string representation.
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) 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
|