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”.



12593
12594
12595
// File 'service/s3/api.go', line 12593

func (s GetBucketLoggingOutput) GoString() string { return s.String() }

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) 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”.



12584
12585
12586
// File 'service/s3/api.go', line 12584

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