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.
14910 14911 14912 |
# File 'sig/types.rbs', line 14910 def dry_run @dry_run end |
#internet_gateway_block_mode ⇒ "off", ...
Returns the value of attribute internet_gateway_block_mode.
14911 14912 14913 |
# File 'sig/types.rbs', line 14911 def internet_gateway_block_mode @internet_gateway_block_mode end |