Struct: s3.GetBucketLoggingOutput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
LoggingEnabled *LoggingEnabled
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetLoggingEnabled(*LoggingEnabled) *GetBucketLoggingOutput
operation
SetLoggingEnabled sets the LoggingEnabled field’s value.
-
String() string
operation
String returns the string representation.
Structure Field Details
LoggingEnabled *LoggingEnabled
`type:"structure"`
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging (docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html) in the Amazon Simple Storage Service API Reference.
_ struct{}
`type:"structure"`
Method Details
func (s GetBucketLoggingOutput) 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”.
12593 12594 12595 |
// File 'service/s3/api.go', line 12593
|
func (s *GetBucketLoggingOutput) SetLoggingEnabled(v *LoggingEnabled) *GetBucketLoggingOutput
SetLoggingEnabled sets the LoggingEnabled field’s value.
12598 12599 12600 12601 |
// File 'service/s3/api.go', line 12598
|
func (s GetBucketLoggingOutput) 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”.
12584 12585 12586 |
// File 'service/s3/api.go', line 12584
|