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.
19718 19719 19720 |
# File 'sig/types.rbs', line 19718 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.
19724 19725 19726 |
# File 'sig/types.rbs', line 19724 def elastic_file_system_exclusion @elastic_file_system_exclusion end |
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
19717 19718 19719 |
# File 'sig/types.rbs', line 19717 def internet_gateway_exclusion @internet_gateway_exclusion end |
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
19722 19723 19724 |
# File 'sig/types.rbs', line 19722 def lambda_exclusion @lambda_exclusion end |
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
19716 19717 19718 |
# File 'sig/types.rbs', line 19716 def mode @mode end |
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
19719 19720 19721 |
# File 'sig/types.rbs', line 19719 def nat_gateway_exclusion @nat_gateway_exclusion end |
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
19720 19721 19722 |
# File 'sig/types.rbs', line 19720 def virtual_private_gateway_exclusion @virtual_private_gateway_exclusion end |
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
19723 19724 19725 |
# File 'sig/types.rbs', line 19723 def vpc_lattice_exclusion @vpc_lattice_exclusion end |
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
19721 19722 19723 |
# File 'sig/types.rbs', line 19721 def vpc_peering_exclusion @vpc_peering_exclusion end |