Class: Aws::Types::ReplaceRouteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#carrier_gateway_id::String

Returns the value of attribute carrier_gateway_id.

Returns:

  • (::String)


16467
16468
16469
# File 'sig/types.rbs', line 16467

def carrier_gateway_id
  @carrier_gateway_id
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


16468
16469
16470
# File 'sig/types.rbs', line 16468

def core_network_arn
  @core_network_arn
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


16472
16473
16474
# File 'sig/types.rbs', line 16472

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)


16474
16475
16476
# File 'sig/types.rbs', line 16474

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)


16462
16463
16464
# File 'sig/types.rbs', line 16462

def destination_prefix_list_id
  @destination_prefix_list_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16470
16471
16472
# File 'sig/types.rbs', line 16470

def dry_run
  @dry_run
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


16475
16476
16477
# File 'sig/types.rbs', line 16475

def egress_only_internet_gateway_id
  @egress_only_internet_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


16473
16474
16475
# File 'sig/types.rbs', line 16473

def gateway_id
  @gateway_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


16476
16477
16478
# File 'sig/types.rbs', line 16476

def instance_id
  @instance_id
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


16466
16467
16468
# File 'sig/types.rbs', line 16466

def local_gateway_id
  @local_gateway_id
end

#local_targetBoolean

Returns the value of attribute local_target.

Returns:

  • (Boolean)


16464
16465
16466
# File 'sig/types.rbs', line 16464

def local_target
  @local_target
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


16479
16480
16481
# File 'sig/types.rbs', line 16479

def nat_gateway_id
  @nat_gateway_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


16477
16478
16479
# File 'sig/types.rbs', line 16477

def network_interface_id
  @network_interface_id
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


16469
16470
16471
# File 'sig/types.rbs', line 16469

def odb_network_arn
  @odb_network_arn
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


16471
16472
16473
# File 'sig/types.rbs', line 16471

def route_table_id
  @route_table_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


16465
16466
16467
# File 'sig/types.rbs', line 16465

def transit_gateway_id
  @transit_gateway_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


16463
16464
16465
# File 'sig/types.rbs', line 16463

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


16478
16479
16480
# File 'sig/types.rbs', line 16478

def vpc_peering_connection_id
  @vpc_peering_connection_id
end