Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationDetails

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

Overview

The lifecycle configuration for the objects in the S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::AwsS3BucketBucketLifecycleConfigurationRulesDetails>

The lifecycle rules.



18455
18456
18457
18458
18459
# File 'lib/aws-sdk-securityhub/types.rb', line 18455

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