Class: Aws::SecurityHub::Types::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The default S3 Object Lock retention mode and period that you want to apply to new objects placed in the specified Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#days ⇒ Integer
The number of days that you want to specify for the default retention period.
-
#mode ⇒ String
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
-
#years ⇒ Integer
The number of years that you want to specify for the default retention period.
Instance Attribute Details
#days ⇒ Integer
The number of days that you want to specify for the default retention period.
19048 19049 19050 19051 19052 19053 19054 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19048 class AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails < Struct.new( :days, :mode, :years) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
19048 19049 19050 19051 19052 19053 19054 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19048 class AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails < Struct.new( :days, :mode, :years) SENSITIVE = [] include Aws::Structure end |
#years ⇒ Integer
The number of years that you want to specify for the default retention period.
19048 19049 19050 19051 19052 19053 19054 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19048 class AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails < Struct.new( :days, :mode, :years) SENSITIVE = [] include Aws::Structure end |