Class: Aws::Types::DeleteLocalGatewayRouteRequest

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)


4425
4426
4427
# File 'sig/types.rbs', line 4425

def destination_cidr_block
  @destination_cidr_block
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


4428
4429
4430
# File 'sig/types.rbs', line 4428

def destination_prefix_list_id
  @destination_prefix_list_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4427
4428
4429
# File 'sig/types.rbs', line 4427

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


4426
4427
4428
# File 'sig/types.rbs', line 4426

def local_gateway_route_table_id
  @local_gateway_route_table_id
end