Class: Aws::S3Control::Types::PutBucketVersioningRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Control::Types::PutBucketVersioningRequest
 
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account ID of the S3 on Outposts bucket. 
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 on Outposts bucket to set the versioning state for. 
- 
  
    
      #mfa  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. 
- 
  
    
      #versioning_configuration  ⇒ Types::VersioningConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The root-level tag for the VersioningConfigurationparameters.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 on Outposts bucket.
| 6641 6642 6643 6644 6645 6646 6647 6648 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6641 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end | 
#bucket ⇒ String
The S3 on Outposts bucket to set the versioning state for.
| 6641 6642 6643 6644 6645 6646 6647 6648 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6641 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end | 
#mfa ⇒ String
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.
| 6641 6642 6643 6644 6645 6646 6647 6648 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6641 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end | 
#versioning_configuration ⇒ Types::VersioningConfiguration
The root-level tag for the VersioningConfiguration parameters.
| 6641 6642 6643 6644 6645 6646 6647 6648 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6641 class PutBucketVersioningRequest < Struct.new( :account_id, :bucket, :mfa, :versioning_configuration) SENSITIVE = [] include Aws::Structure end |