Class: Aws::S3Control::Types::PutPublicAccessBlockRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::PutPublicAccessBlockRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The account ID for the Amazon Web Services account whose ‘PublicAccessBlock` configuration you want to set.
 - 
  
    
      #public_access_block_configuration  ⇒ Types::PublicAccessBlockConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘PublicAccessBlock` configuration that you want to apply to the specified Amazon Web Services account.
 
Instance Attribute Details
#account_id ⇒ String
The account ID for the Amazon Web Services account whose ‘PublicAccessBlock` configuration you want to set.
      6405 6406 6407 6408 6409 6410  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6405 class PutPublicAccessBlockRequest < Struct.new( :public_access_block_configuration, :account_id) SENSITIVE = [] include Aws::Structure end  | 
  
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The ‘PublicAccessBlock` configuration that you want to apply to the specified Amazon Web Services account.
      6405 6406 6407 6408 6409 6410  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 6405 class PutPublicAccessBlockRequest < Struct.new( :public_access_block_configuration, :account_id) SENSITIVE = [] include Aws::Structure end  |