Class: Aws::EC2::Types::VpcEncryptionControlExclusions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcEncryptionControlExclusions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
 - #internet_gateway ⇒ Types::VpcEncryptionControlExclusion
 - #nat_gateway ⇒ Types::VpcEncryptionControlExclusion
 - #virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
 - #vpc_peering ⇒ Types::VpcEncryptionControlExclusion
 
Instance Attribute Details
#egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
      73895 73896 73897 73898 73899 73900 73901 73902 73903  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73895 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end  | 
  
#internet_gateway ⇒ Types::VpcEncryptionControlExclusion
      73895 73896 73897 73898 73899 73900 73901 73902 73903  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73895 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end  | 
  
#nat_gateway ⇒ Types::VpcEncryptionControlExclusion
      73895 73896 73897 73898 73899 73900 73901 73902 73903  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73895 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end  | 
  
#virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
      73895 73896 73897 73898 73899 73900 73901 73902 73903  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73895 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_peering ⇒ Types::VpcEncryptionControlExclusion
      73895 73896 73897 73898 73899 73900 73901 73902 73903  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73895 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end  |