Class: Aws::SecurityHub::Types::AwsS3BucketObjectLockConfigurationRuleDetails

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

Overview

Specifies the S3 Object Lock rule for the specified object. In Amazon S3, Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_retentionTypes::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails

The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket.



19064
19065
19066
19067
19068
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19064

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