Class: Aws::Types::EC2ReplaceRouteAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def description
  @description
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

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)


267
268
269
# File 'sig/types.rbs', line 267

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)


266
267
268
# File 'sig/types.rbs', line 266

def destination_prefix_list_id
  @destination_prefix_list_id
end

#gateway_idTypes::ActionTarget

Returns the value of attribute gateway_id.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def gateway_id
  @gateway_id
end

#route_table_idTypes::ActionTarget

Returns the value of attribute route_table_id.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def route_table_id
  @route_table_id
end