Class: Aws::Types::AwsS3BucketBucketVersioningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketBucketVersioningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_mfa_delete_enabled ⇒ Boolean
Returns the value of attribute is_mfa_delete_enabled.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#is_mfa_delete_enabled ⇒ Boolean
Returns the value of attribute is_mfa_delete_enabled.
4013 4014 4015 |
# File 'sig/types.rbs', line 4013 def is_mfa_delete_enabled @is_mfa_delete_enabled end |
#status ⇒ ::String
Returns the value of attribute status.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def status @status end |