Class: Aws::S3Control::Types::RegionalBucket
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::RegionalBucket
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
The container for the regional bucket.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #bucket ⇒ String
 - 
  
    
      #bucket_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the regional bucket.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation date of the regional bucket.
 - 
  
    
      #outpost_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Outposts ID of the regional bucket.
 - #public_access_block_enabled ⇒ Boolean
 
Instance Attribute Details
#bucket ⇒ String
      6541 6542 6543 6544 6545 6546 6547 6548 6549  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6541 class RegionalBucket < Struct.new( :bucket, :bucket_arn, :public_access_block_enabled, :creation_date, :outpost_id) SENSITIVE = [] include Aws::Structure end  | 
  
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the regional bucket.
      6541 6542 6543 6544 6545 6546 6547 6548 6549  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6541 class RegionalBucket < Struct.new( :bucket, :bucket_arn, :public_access_block_enabled, :creation_date, :outpost_id) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The creation date of the regional bucket
      6541 6542 6543 6544 6545 6546 6547 6548 6549  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6541 class RegionalBucket < Struct.new( :bucket, :bucket_arn, :public_access_block_enabled, :creation_date, :outpost_id) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_id ⇒ String
The Outposts ID of the regional bucket.
      6541 6542 6543 6544 6545 6546 6547 6548 6549  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6541 class RegionalBucket < Struct.new( :bucket, :bucket_arn, :public_access_block_enabled, :creation_date, :outpost_id) SENSITIVE = [] include Aws::Structure end  | 
  
#public_access_block_enabled ⇒ Boolean
      6541 6542 6543 6544 6545 6546 6547 6548 6549  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6541 class RegionalBucket < Struct.new( :bucket, :bucket_arn, :public_access_block_enabled, :creation_date, :outpost_id) SENSITIVE = [] include Aws::Structure end  |