Class: Aws::Types::DeleteTransitGatewayRequest

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)


4913
4914
4915
# File 'sig/types.rbs', line 4913

def dry_run
  @dry_run
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


4912
4913
4914
# File 'sig/types.rbs', line 4912

def transit_gateway_id
  @transit_gateway_id
end