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)


4028
4029
4030
# File 'sig/types.rbs', line 4028

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4029
4030
4031
# File 'sig/types.rbs', line 4029

def dry_run
  @dry_run
end