Struct: s3.GetBucketLifecycleConfigurationOutput
import "../ibm-cos-sdk-go/service/s3"
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Rules []*LifecycleRule
COS allows only one Rule.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetRules([]*LifecycleRule) *GetBucketLifecycleConfigurationOutput
operation
SetRules sets the Rules field's value.
-
String() string
operation
String returns the string representation.
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) 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
|