Class: Aws::Types::SnaplockRetentionPeriod
- Inherits:
-
Object
- Object
- Aws::Types::SnaplockRetentionPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_retention ⇒ Types::RetentionPeriod
Returns the value of attribute default_retention.
-
#maximum_retention ⇒ Types::RetentionPeriod
Returns the value of attribute maximum_retention.
-
#minimum_retention ⇒ Types::RetentionPeriod
Returns the value of attribute minimum_retention.
Instance Attribute Details
#default_retention ⇒ Types::RetentionPeriod
Returns the value of attribute default_retention.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def default_retention @default_retention end |
#maximum_retention ⇒ Types::RetentionPeriod
Returns the value of attribute maximum_retention.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def maximum_retention @maximum_retention end |
#minimum_retention ⇒ Types::RetentionPeriod
Returns the value of attribute minimum_retention.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def minimum_retention @minimum_retention end |