Class: Aws::Types::ModifyAccountVpcEncryptionControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyAccountVpcEncryptionControlRequest
- 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 ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway.
-
#elastic_file_system ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system.
-
#internet_gateway ⇒ "enable", "disable"
Returns the value of attribute internet_gateway.
-
#lambda ⇒ "enable", "disable"
Returns the value of attribute lambda.
-
#mode ⇒ "unmanaged", ...
Returns the value of attribute mode.
-
#nat_gateway ⇒ "enable", "disable"
Returns the value of attribute nat_gateway.
-
#virtual_private_gateway ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway.
-
#vpc_lattice ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice.
-
#vpc_peering ⇒ "enable", "disable"
Returns the value of attribute vpc_peering.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13195 13196 13197 |
# File 'sig/types.rbs', line 13195 def dry_run @dry_run end |
#egress_only_internet_gateway ⇒ "enable", "disable"
Returns the value of attribute egress_only_internet_gateway.
13198 13199 13200 |
# File 'sig/types.rbs', line 13198 def egress_only_internet_gateway @egress_only_internet_gateway end |
#elastic_file_system ⇒ "enable", "disable"
Returns the value of attribute elastic_file_system.
13204 13205 13206 |
# File 'sig/types.rbs', line 13204 def elastic_file_system @elastic_file_system end |
#internet_gateway ⇒ "enable", "disable"
Returns the value of attribute internet_gateway.
13197 13198 13199 |
# File 'sig/types.rbs', line 13197 def internet_gateway @internet_gateway end |
#lambda ⇒ "enable", "disable"
Returns the value of attribute lambda.
13202 13203 13204 |
# File 'sig/types.rbs', line 13202 def lambda @lambda end |
#mode ⇒ "unmanaged", ...
Returns the value of attribute mode.
13196 13197 13198 |
# File 'sig/types.rbs', line 13196 def mode @mode end |
#nat_gateway ⇒ "enable", "disable"
Returns the value of attribute nat_gateway.
13199 13200 13201 |
# File 'sig/types.rbs', line 13199 def nat_gateway @nat_gateway end |
#virtual_private_gateway ⇒ "enable", "disable"
Returns the value of attribute virtual_private_gateway.
13200 13201 13202 |
# File 'sig/types.rbs', line 13200 def virtual_private_gateway @virtual_private_gateway end |
#vpc_lattice ⇒ "enable", "disable"
Returns the value of attribute vpc_lattice.
13203 13204 13205 |
# File 'sig/types.rbs', line 13203 def vpc_lattice @vpc_lattice end |
#vpc_peering ⇒ "enable", "disable"
Returns the value of attribute vpc_peering.
13201 13202 13203 |
# File 'sig/types.rbs', line 13201 def vpc_peering @vpc_peering end |