Class: Aws::S3::Types::GetBucketLifecycleRequest

Inherits:
Struct
  • Object
show all
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

#bucketString

The name of the bucket for which to get the lifecycle information.

Returns:

  • (String)


3911
3912
3913
3914
# File 'lib/aws-sdk-s3/types.rb', line 3911

class GetBucketLifecycleRequest < Struct.new(
  :bucket)
  include Aws::Structure
end