Class: Aws::Types::ModifyVpcEncryptionControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEncryptionControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14279 14280 14281 |
# File 'sig/types.rbs', line 14279 def dry_run @dry_run end |
#egress_only_internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway_exclusion.
14283 14284 14285 |
# File 'sig/types.rbs', line 14283 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.
14289 14290 14291 |
# File 'sig/types.rbs', line 14289 def elastic_file_system_exclusion @elastic_file_system_exclusion end |
#internet_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute internet_gateway_exclusion.
14282 14283 14284 |
# File 'sig/types.rbs', line 14282 def internet_gateway_exclusion @internet_gateway_exclusion end |
#lambda_exclusion ⇒ "enable", "disable"
Returns the value of attribute lambda_exclusion.
14287 14288 14289 |
# File 'sig/types.rbs', line 14287 def lambda_exclusion @lambda_exclusion end |
#mode ⇒ "monitor", "enforce"
Returns the value of attribute mode.
14281 14282 14283 |
# File 'sig/types.rbs', line 14281 def mode @mode end |
#nat_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute nat_gateway_exclusion.
14284 14285 14286 |
# File 'sig/types.rbs', line 14284 def nat_gateway_exclusion @nat_gateway_exclusion end |
#virtual_private_gateway_exclusion ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway_exclusion.
14285 14286 14287 |
# File 'sig/types.rbs', line 14285 def virtual_private_gateway_exclusion @virtual_private_gateway_exclusion end |
#vpc_encryption_control_id ⇒ ::String
Returns the value of attribute vpc_encryption_control_id.
14280 14281 14282 |
# File 'sig/types.rbs', line 14280 def vpc_encryption_control_id @vpc_encryption_control_id end |
#vpc_lattice_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice_exclusion.
14288 14289 14290 |
# File 'sig/types.rbs', line 14288 def vpc_lattice_exclusion @vpc_lattice_exclusion end |
#vpc_peering_exclusion ⇒ "enable", "disable"
Returns the value of attribute vpc_peering_exclusion.
14286 14287 14288 |
# File 'sig/types.rbs', line 14286 def vpc_peering_exclusion @vpc_peering_exclusion end |