Class: Aws::Types::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketObjectLockConfigurationRuleDefaultRetentionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#mode ⇒ ::String
Returns the value of attribute mode.
-
#years ⇒ ::Integer
Returns the value of attribute years.
Instance Attribute Details
#days ⇒ ::Integer
Returns the value of attribute days.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def days @days end |
#mode ⇒ ::String
Returns the value of attribute mode.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def mode @mode end |
#years ⇒ ::Integer
Returns the value of attribute years.
4080 4081 4082 |
# File 'sig/types.rbs', line 4080 def years @years end |