Class: Aws::Types::DeleteCustomerGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


4214
4215
4216
# File 'sig/types.rbs', line 4214

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4215
4216
4217
# File 'sig/types.rbs', line 4215

def dry_run
  @dry_run
end