Class: Aws::Types::DeleteCarrierGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_gateway_id::String

Returns the value of attribute carrier_gateway_id.

Returns:

  • (::String)


3970
3971
3972
# File 'sig/types.rbs', line 3970

def carrier_gateway_id
  @carrier_gateway_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3971
3972
3973
# File 'sig/types.rbs', line 3971

def dry_run
  @dry_run
end