Class: Aws::Types::S3SetObjectRetentionOperation
- Inherits:
-
Object
- Object
- Aws::Types::S3SetObjectRetentionOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
-
#retention ⇒ Types::S3Retention
Returns the value of attribute retention.
Instance Attribute Details
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def bypass_governance_retention @bypass_governance_retention end |
#retention ⇒ Types::S3Retention
Returns the value of attribute retention.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def retention @retention end |