Class: Aws::S3::Types::GetBucketLifecycleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLifecycleRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketLifecycleRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#bucket ⇒ String
2433 2434 2435 2436 |
# File 'lib/aws-sdk-s3/types.rb', line 2433 class GetBucketLifecycleRequest < Struct.new( :bucket) include Aws::Structure end |