Class: Aws::S3Control::Types::GetBucketVersioningRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Control::Types::GetBucketVersioningRequest
 
- 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 return the versioning state for. 
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 on Outposts bucket.
| 3209 3210 3211 3212 3213 3214 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3209 class GetBucketVersioningRequest < Struct.new( :account_id, :bucket) SENSITIVE = [] include Aws::Structure end | 
#bucket ⇒ String
The S3 on Outposts bucket to return the versioning state for.
| 3209 3210 3211 3212 3213 3214 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3209 class GetBucketVersioningRequest < Struct.new( :account_id, :bucket) SENSITIVE = [] include Aws::Structure end |