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)


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.

Returns:

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


14269
14270
14271
# File 'sig/types.rbs', line 14269

def internet_gateway_block_mode
  @internet_gateway_block_mode
end