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”.
14497 14498 14499 |
// File 'service/s3/api.go', line 14497
|
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
|