Class: Aws::S3Control::Types::Region
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::Region
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the associated bucket for the Region.
 - 
  
    
      #bucket_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID that owns the Amazon S3 bucket that’s associated with this Multi-Region Access Point.
 
Instance Attribute Details
#bucket ⇒ String
The name of the associated bucket for the Region.
      6486 6487 6488 6489 6490 6491  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6486 class Region < Struct.new( :bucket, :bucket_account_id) SENSITIVE = [] include Aws::Structure end  | 
  
#bucket_account_id ⇒ String
The Amazon Web Services account ID that owns the Amazon S3 bucket that’s associated with this Multi-Region Access Point.
      6486 6487 6488 6489 6490 6491  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6486 class Region < Struct.new( :bucket, :bucket_account_id) SENSITIVE = [] include Aws::Structure end  |