Class: Aws::EC2::Types::LocalGatewayRoute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a route for a local gateway route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coip_pool_idString

The ID of the customer-owned address pool.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidr_blockString

The CIDR block used for destination matches.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_prefix_list_idString

The ID of the prefix list.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_arnString

The Amazon Resource Name (ARN) of the local gateway route table.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_route_table_idString

The ID of the local gateway route table.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_virtual_interface_group_idString

The ID of the virtual interface group.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the local gateway route.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the route.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The route type.

Returns:

  • (String)


45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
# File 'lib/aws-sdk-ec2/types.rb', line 45359

class LocalGatewayRoute < Struct.new(
  :destination_cidr_block,
  :local_gateway_virtual_interface_group_id,
  :type,
  :state,
  :local_gateway_route_table_id,
  :local_gateway_route_table_arn,
  :owner_id,
  :subnet_id,
  :coip_pool_id,
  :network_interface_id,
  :destination_prefix_list_id)
  SENSITIVE = []
  include Aws::Structure
end