Class: Aws::Types::ModifyLocalGatewayRouteRequest

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)


14376
14377
14378
# File 'sig/types.rbs', line 14376

def destination_cidr_block
  @destination_cidr_block
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


14381
14382
14383
# File 'sig/types.rbs', line 14381

def destination_prefix_list_id
  @destination_prefix_list_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14380
14381
14382
# File 'sig/types.rbs', line 14380

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


14377
14378
14379
# File 'sig/types.rbs', line 14377

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


14378
14379
14380
# File 'sig/types.rbs', line 14378

def local_gateway_virtual_interface_group_id
  @local_gateway_virtual_interface_group_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


14379
14380
14381
# File 'sig/types.rbs', line 14379

def network_interface_id
  @network_interface_id
end