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.
19031 19032 19033 |
# File 'sig/types.rbs', line 19031 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.
19037 19038 19039 |
# File 'sig/types.rbs', line 19037 def elastic_file_system_exclusion @elastic_file_system_exclusion end |
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
19030 19031 19032 |
# File 'sig/types.rbs', line 19030 def internet_gateway_exclusion @internet_gateway_exclusion end |
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
19035 19036 19037 |
# File 'sig/types.rbs', line 19035 def lambda_exclusion @lambda_exclusion end |
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
19029 19030 19031 |
# File 'sig/types.rbs', line 19029 def mode @mode end |
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
19032 19033 19034 |
# File 'sig/types.rbs', line 19032 def nat_gateway_exclusion @nat_gateway_exclusion end |
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
19033 19034 19035 |
# File 'sig/types.rbs', line 19033 def virtual_private_gateway_exclusion @virtual_private_gateway_exclusion end |
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
19036 19037 19038 |
# File 'sig/types.rbs', line 19036 def vpc_lattice_exclusion @vpc_lattice_exclusion end |
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
19034 19035 19036 |
# File 'sig/types.rbs', line 19034 def vpc_peering_exclusion @vpc_peering_exclusion end |