Class: Aws::Types::AccountVpcEncryptionControlExclusions
- Inherits:
-
Object
- Object
- Aws::Types::AccountVpcEncryptionControlExclusions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_only_internet_gateway ⇒ "enabling", ...
Returns the value of attribute egress_only_internet_gateway.
-
#elastic_file_system ⇒ "enabling", ...
Returns the value of attribute elastic_file_system.
-
#internet_gateway ⇒ "enabling", ...
Returns the value of attribute internet_gateway.
-
#lambda ⇒ "enabling", ...
Returns the value of attribute lambda.
-
#nat_gateway ⇒ "enabling", ...
Returns the value of attribute nat_gateway.
-
#virtual_private_gateway ⇒ "enabling", ...
Returns the value of attribute virtual_private_gateway.
-
#vpc_lattice ⇒ "enabling", ...
Returns the value of attribute vpc_lattice.
-
#vpc_peering ⇒ "enabling", ...
Returns the value of attribute vpc_peering.
Instance Attribute Details
#egress_only_internet_gateway ⇒ "enabling", ...
Returns the value of attribute egress_only_internet_gateway.
183 184 185 |
# File 'sig/types.rbs', line 183 def egress_only_internet_gateway @egress_only_internet_gateway end |
#elastic_file_system ⇒ "enabling", ...
Returns the value of attribute elastic_file_system.
189 190 191 |
# File 'sig/types.rbs', line 189 def elastic_file_system @elastic_file_system end |
#internet_gateway ⇒ "enabling", ...
Returns the value of attribute internet_gateway.
182 183 184 |
# File 'sig/types.rbs', line 182 def internet_gateway @internet_gateway end |
#lambda ⇒ "enabling", ...
Returns the value of attribute lambda.
187 188 189 |
# File 'sig/types.rbs', line 187 def lambda @lambda end |
#nat_gateway ⇒ "enabling", ...
Returns the value of attribute nat_gateway.
184 185 186 |
# File 'sig/types.rbs', line 184 def nat_gateway @nat_gateway end |
#virtual_private_gateway ⇒ "enabling", ...
Returns the value of attribute virtual_private_gateway.
185 186 187 |
# File 'sig/types.rbs', line 185 def virtual_private_gateway @virtual_private_gateway end |
#vpc_lattice ⇒ "enabling", ...
Returns the value of attribute vpc_lattice.
188 189 190 |
# File 'sig/types.rbs', line 188 def vpc_lattice @vpc_lattice end |
#vpc_peering ⇒ "enabling", ...
Returns the value of attribute vpc_peering.
186 187 188 |
# File 'sig/types.rbs', line 186 def vpc_peering @vpc_peering end |