Class: Aws::Types::DeleteTransitGatewayRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


4788
4789
4790
# File 'sig/types.rbs', line 4788

def destination_cidr_block
  @destination_cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4789
4790
4791
# File 'sig/types.rbs', line 4789

def dry_run
  @dry_run
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


4787
4788
4789
# File 'sig/types.rbs', line 4787

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end