Class: Aws::Types::VpcEncryptionControlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VpcEncryptionControlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_only_internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway_exclusion.
-
#elastic_file_system_exclusion ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system_exclusion.
-
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
-
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
-
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
-
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
-
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
-
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
-
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
Instance Attribute Details
#egress_only_internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway_exclusion.
19358 19359 19360 |
# File 'sig/types.rbs', line 19358 def egress_only_internet_gateway_exclusion @egress_only_internet_gateway_exclusion end |
#elastic_file_system_exclusion ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system_exclusion.
19364 19365 19366 |
# File 'sig/types.rbs', line 19364 def elastic_file_system_exclusion @elastic_file_system_exclusion end |
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
19357 19358 19359 |
# File 'sig/types.rbs', line 19357 def internet_gateway_exclusion @internet_gateway_exclusion end |
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
19362 19363 19364 |
# File 'sig/types.rbs', line 19362 def lambda_exclusion @lambda_exclusion end |
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
19356 19357 19358 |
# File 'sig/types.rbs', line 19356 def mode @mode end |
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
19359 19360 19361 |
# File 'sig/types.rbs', line 19359 def nat_gateway_exclusion @nat_gateway_exclusion end |
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
19360 19361 19362 |
# File 'sig/types.rbs', line 19360 def virtual_private_gateway_exclusion @virtual_private_gateway_exclusion end |
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
19363 19364 19365 |
# File 'sig/types.rbs', line 19363 def vpc_lattice_exclusion @vpc_lattice_exclusion end |
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
19361 19362 19363 |
# File 'sig/types.rbs', line 19361 def vpc_peering_exclusion @vpc_peering_exclusion end |