Class: Aws::EC2::Types::DescribeVpcBlockPublicAccessOptionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVpcBlockPublicAccessOptionsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_block_public_access_options  ⇒ Types::VpcBlockPublicAccessOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details related to the options.
 
Instance Attribute Details
#vpc_block_public_access_options ⇒ Types::VpcBlockPublicAccessOptions
Details related to the options.
      29566 29567 29568 29569 29570  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29566 class DescribeVpcBlockPublicAccessOptionsResult < Struct.new( :vpc_block_public_access_options) SENSITIVE = [] include Aws::Structure end  |