Class: Aws::S3::Types::GetBucketLifecycleConfigurationRequest

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 GetBucketLifecycleConfigurationRequest data as a hash:

{
  bucket: "BucketName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Returns:

  • (String)


2596
2597
2598
2599
# File 'lib/aws-sdk-s3/types.rb', line 2596

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