Struct: s3.GetBucketLifecycleConfigurationOutput

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

Rules []*LifecycleRule `locationName:"Rule" type:"list" flattened:"true"`

COS allows only one Rule.

_ struct{} `type:"structure"`

Method Details

func (s GetBucketLifecycleConfigurationOutput) 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”.



12236
12237
12238
// File 'service/s3/api.go', line 12236

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

func (s *GetBucketLifecycleConfigurationOutput) SetRules(v []*LifecycleRule) *GetBucketLifecycleConfigurationOutput

SetRules sets the Rules field's value.



12241
12242
12243
12244
// File 'service/s3/api.go', line 12241

func (s GetBucketLifecycleConfigurationOutput) 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”.



12227
12228
12229
// File 'service/s3/api.go', line 12227

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