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.
14565 14566 14567 |
# File 'sig/types.rbs', line 14565 def dry_run @dry_run end |
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
14566 14567 14568 |
# File 'sig/types.rbs', line 14566 def internet_gateway_block_mode @internet_gateway_block_mode end |