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
75171 75172 75173 75174 75175 75176 75177 75178 75179 |
# File 'lib/aws-sdk-ec2/types.rb', line 75171 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
75171 75172 75173 75174 75175 75176 75177 75178 75179 |
# File 'lib/aws-sdk-ec2/types.rb', line 75171 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
75171 75172 75173 75174 75175 75176 75177 75178 75179 |
# File 'lib/aws-sdk-ec2/types.rb', line 75171 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
75171 75172 75173 75174 75175 75176 75177 75178 75179 |
# File 'lib/aws-sdk-ec2/types.rb', line 75171 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
75171 75172 75173 75174 75175 75176 75177 75178 75179 |
# File 'lib/aws-sdk-ec2/types.rb', line 75171 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering) SENSITIVE = [] include Aws::Structure end |