Class: Aws::S3Control::Types::GetBucketLifecycleConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::LifecycleRule>

Container for the lifecycle rule of the Outposts bucket.

Returns:



2863
2864
2865
2866
2867
# File 'lib/aws-sdk-s3control/types.rb', line 2863

class GetBucketLifecycleConfigurationResult < Struct.new(
  :rules)
  SENSITIVE = []
  include Aws::Structure
end