Class: Aws::Types::VpcEncryptionControlExclusions
- Inherits:
-
Object
- Object
- Aws::Types::VpcEncryptionControlExclusions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute egress_only_internet_gateway.
-
#elastic_file_system ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute elastic_file_system.
-
#internet_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute internet_gateway.
-
#lambda ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute lambda.
-
#nat_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute nat_gateway.
-
#virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute virtual_private_gateway.
-
#vpc_lattice ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute vpc_lattice.
-
#vpc_peering ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute vpc_peering.
Instance Attribute Details
#egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute egress_only_internet_gateway.
19049 19050 19051 |
# File 'sig/types.rbs', line 19049 def egress_only_internet_gateway @egress_only_internet_gateway end |
#elastic_file_system ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute elastic_file_system.
19055 19056 19057 |
# File 'sig/types.rbs', line 19055 def elastic_file_system @elastic_file_system end |
#internet_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute internet_gateway.
19048 19049 19050 |
# File 'sig/types.rbs', line 19048 def internet_gateway @internet_gateway end |
#lambda ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute lambda.
19053 19054 19055 |
# File 'sig/types.rbs', line 19053 def lambda @lambda end |
#nat_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute nat_gateway.
19050 19051 19052 |
# File 'sig/types.rbs', line 19050 def nat_gateway @nat_gateway end |
#virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute virtual_private_gateway.
19051 19052 19053 |
# File 'sig/types.rbs', line 19051 def virtual_private_gateway @virtual_private_gateway end |
#vpc_lattice ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute vpc_lattice.
19054 19055 19056 |
# File 'sig/types.rbs', line 19054 def vpc_lattice @vpc_lattice end |
#vpc_peering ⇒ Types::VpcEncryptionControlExclusion
Returns the value of attribute vpc_peering.
19052 19053 19054 |
# File 'sig/types.rbs', line 19052 def vpc_peering @vpc_peering end |