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)


16128
16129
16130
# File 'sig/types.rbs', line 16128

def carrier_gateway_id
  @carrier_gateway_id
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


16129
16130
16131
# File 'sig/types.rbs', line 16129

def core_network_arn
  @core_network_arn
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


16133
16134
16135
# File 'sig/types.rbs', line 16133

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)


16135
16136
16137
# File 'sig/types.rbs', line 16135

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)


16123
16124
16125
# File 'sig/types.rbs', line 16123

def destination_prefix_list_id
  @destination_prefix_list_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16131
16132
16133
# File 'sig/types.rbs', line 16131

def dry_run
  @dry_run
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


16136
16137
16138
# File 'sig/types.rbs', line 16136

def egress_only_internet_gateway_id
  @egress_only_internet_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


16134
16135
16136
# File 'sig/types.rbs', line 16134

def gateway_id
  @gateway_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


16137
16138
16139
# File 'sig/types.rbs', line 16137

def instance_id
  @instance_id
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


16127
16128
16129
# File 'sig/types.rbs', line 16127

def local_gateway_id
  @local_gateway_id
end

#local_targetBoolean

Returns the value of attribute local_target.

Returns:

  • (Boolean)


16125
16126
16127
# File 'sig/types.rbs', line 16125

def local_target
  @local_target
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


16140
16141
16142
# File 'sig/types.rbs', line 16140

def nat_gateway_id
  @nat_gateway_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


16138
16139
16140
# File 'sig/types.rbs', line 16138

def network_interface_id
  @network_interface_id
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


16130
16131
16132
# File 'sig/types.rbs', line 16130

def odb_network_arn
  @odb_network_arn
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


16132
16133
16134
# File 'sig/types.rbs', line 16132

def route_table_id
  @route_table_id
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


16126
16127
16128
# File 'sig/types.rbs', line 16126

def transit_gateway_id
  @transit_gateway_id
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


16124
16125
16126
# File 'sig/types.rbs', line 16124

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


16139
16140
16141
# File 'sig/types.rbs', line 16139

def vpc_peering_connection_id
  @vpc_peering_connection_id
end