You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::GetBucketVersioningOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3::Types::GetBucketVersioningOutput
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #mfa_delete  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether MFA delete is enabled in the bucket versioning configuration. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The versioning state of the bucket. 
Instance Attribute Details
#mfa_delete ⇒ String
Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.
Possible values:
- Enabled
- Disabled
#status ⇒ String
The versioning state of the bucket.
Possible values:
- Enabled
- Suspended