Class: Aws::NetworkManager::Types::CoreNetworkNetworkFunctionGroupIdentifier

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

Overview

Describes a core network

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_idString

The ID of the core network.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1080

class CoreNetworkNetworkFunctionGroupIdentifier < Struct.new(
  :core_network_id,
  :network_function_group_name,
  :edge_location)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The location for the core network edge.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1080

class CoreNetworkNetworkFunctionGroupIdentifier < Struct.new(
  :core_network_id,
  :network_function_group_name,
  :edge_location)
  SENSITIVE = []
  include Aws::Structure
end

#network_function_group_nameString

The network function group name.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1080

class CoreNetworkNetworkFunctionGroupIdentifier < Struct.new(
  :core_network_id,
  :network_function_group_name,
  :edge_location)
  SENSITIVE = []
  include Aws::Structure
end