Class: Aws::NetworkManager::Types::NetworkRouteDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes the destination of a network route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_attachment_idString

The ID of a core network attachment.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The edge location for the network destination.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#segment_nameString

The name of the segment.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the transit gateway attachment.

Returns:

  • (String)


4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4332

class NetworkRouteDestination < Struct.new(
  :core_network_attachment_id,
  :transit_gateway_attachment_id,
  :segment_name,
  :edge_location,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end