Class: Aws::S3::Types::DeleteBucketLifecycleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DeleteBucketLifecycleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass DeleteBucketLifecycleRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket name of the lifecycle to delete.
Instance Attribute Details
#bucket ⇒ String
The bucket name of the lifecycle to delete.
2065 2066 2067 2068 |
# File 'lib/aws-sdk-s3/types.rb', line 2065 class DeleteBucketLifecycleRequest < Struct.new( :bucket) include Aws::Structure end |