Struct: s3.GetBucketLoggingOutput

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

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) GoString() string { return s.String() }

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) SetLoggingEnabled(v *LoggingEnabled) *GetBucketLoggingOutput { s.LoggingEnabled = v return s }

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

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