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”.
12442 12443 12444 |
// File 'service/s3/api.go', line 12442
|
func (s *GetBucketLoggingOutput) SetLoggingEnabled(v *LoggingEnabled) *GetBucketLoggingOutput
SetLoggingEnabled sets the LoggingEnabled field's value.
12447 12448 12449 12450 |
// File 'service/s3/api.go', line 12447
|
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”.
12433 12434 12435 |
// File 'service/s3/api.go', line 12433
|