Struct: s3.DeleteBucketLifecycleInput
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, request.Validator, s3manager.WriterReadFrom
Structure Field Summary collapse
-
Bucket *string
The bucket name of the lifecycle to delete.
-
ExpectedBucketOwner *string
Ignored by COS.
- _ struct{}
Service Operations collapse
-
GoString() string
operation
GoString returns the string representation.
-
SetBucket(string) *DeleteBucketLifecycleInput
operation
SetBucket sets the Bucket field's value.
-
SetExpectedBucketOwner(string) *DeleteBucketLifecycleInput
operation
SetExpectedBucketOwner sets the ExpectedBucketOwner field's value.
-
String() string
operation
String returns the string representation.
-
Validate() error
operation
Validate inspects the fields of the type to determine if they are valid.
Structure Field Details
Bucket *string
`location:"uri" locationName:"Bucket" type:"string" required:"true"`
The bucket name of the lifecycle to delete.
Bucket is a required field
ExpectedBucketOwner *string
`location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"`
Ignored by COS.
_ struct{}
`locationName:"DeleteBucketLifecycleRequest" type:"structure"`
Method Details
func (s DeleteBucketLifecycleInput) 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”.
10110 10111 10112 |
// File 'service/s3/api.go', line 10110
|
func (s *DeleteBucketLifecycleInput) SetBucket(v string) *DeleteBucketLifecycleInput
SetBucket sets the Bucket field's value.
10131 10132 10133 10134 |
// File 'service/s3/api.go', line 10131
|
func (s *DeleteBucketLifecycleInput) SetExpectedBucketOwner(v string) *DeleteBucketLifecycleInput
SetExpectedBucketOwner sets the ExpectedBucketOwner field's value.
10144 10145 10146 10147 |
// File 'service/s3/api.go', line 10144
|
func (s DeleteBucketLifecycleInput) 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”.
10101 10102 10103 |
// File 'service/s3/api.go', line 10101
|
func (s *DeleteBucketLifecycleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
10115 10116 10117 10118 10119 10120 10121 10122 10123 10124 10125 10126 10127 10128 |
// File 'service/s3/api.go', line 10115
|