Class: Aws::Types::ModifyVpcBlockPublicAccessOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcBlockPublicAccessOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14268 14269 14270 |
# File 'sig/types.rbs', line 14268 def dry_run @dry_run end |
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
14269 14270 14271 |
# File 'sig/types.rbs', line 14269 def internet_gateway_block_mode @internet_gateway_block_mode end |