Class: Aws::Types::ModifyVpcBlockPublicAccessOptionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • ("off", "block-bidirectional", "block-ingress")


14566
14567
14568
# File 'sig/types.rbs', line 14566

def internet_gateway_block_mode
  @internet_gateway_block_mode
end