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



12387
12388
12389
// File 'service/s3/api.go', line 12387

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

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

SetRules sets the Rules field’s value.



12392
12393
12394
12395
// File 'service/s3/api.go', line 12392

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



12378
12379
12380
// File 'service/s3/api.go', line 12378

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