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)


4164
4165
4166
# File 'sig/types.rbs', line 4164

def customer_gateway_id
  @customer_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4165
4166
4167
# File 'sig/types.rbs', line 4165

def dry_run
  @dry_run
end