Class: Aws::Types::VersioningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VersioningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mfa_delete ⇒ "Enabled", "Disabled"
Returns the value of attribute mfa_delete.
-
#status ⇒ "Enabled", "Suspended"
Returns the value of attribute status.
Instance Attribute Details
#mfa_delete ⇒ "Enabled", "Disabled"
Returns the value of attribute mfa_delete.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def mfa_delete @mfa_delete end |
#status ⇒ "Enabled", "Suspended"
Returns the value of attribute status.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def status @status end |