Class: Aws::Types::DeleteTransitGatewayRouteTableRequest

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)


5022
5023
5024
# File 'sig/types.rbs', line 5022

def dry_run
  @dry_run
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


5021
5022
5023
# File 'sig/types.rbs', line 5021

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end