Class: Aws::Types::DeleteNatGatewayRequest

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)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def dry_run
  @dry_run
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def nat_gateway_id
  @nat_gateway_id
end