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.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def mfa_delete @mfa_delete end |
#status ⇒ "Enabled", "Suspended"
Returns the value of attribute status.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def status @status end |