Class: Aws::Types::DeleteRouteRequest

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)


4705
4706
4707
# File 'sig/types.rbs', line 4705

def destination_cidr_block
  @destination_cidr_block
end

#destination_ipv_6_cidr_block::String

Returns the value of attribute destination_ipv_6_cidr_block.

Returns:

  • (::String)


4706
4707
4708
# File 'sig/types.rbs', line 4706

def destination_ipv_6_cidr_block
  @destination_ipv_6_cidr_block
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


4702
4703
4704
# File 'sig/types.rbs', line 4702

def destination_prefix_list_id
  @destination_prefix_list_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4703
4704
4705
# File 'sig/types.rbs', line 4703

def dry_run
  @dry_run
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


4704
4705
4706
# File 'sig/types.rbs', line 4704

def route_table_id
  @route_table_id
end