Class: Aws::NetworkManager::Types::CoreNetworkSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkSummary
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Returns summary information about a core network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_arn ⇒ String
a core network ARN.
-
#core_network_id ⇒ String
The ID of a core network.
-
#description ⇒ String
The description of a core network.
-
#global_network_id ⇒ String
The global network ID.
-
#owner_account_id ⇒ String
The ID of the account owner.
-
#state ⇒ String
The state of a core network.
-
#tags ⇒ Array<Types::Tag>
The key-value tags associated with a core network summary.
Instance Attribute Details
#core_network_arn ⇒ String
a core network ARN.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a core network.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The global network ID.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The ID of the account owner.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of a core network.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key-value tags associated with a core network summary.
1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1311 class CoreNetworkSummary < Struct.new( :core_network_id, :core_network_arn, :global_network_id, :owner_account_id, :state, :description, :tags) SENSITIVE = [] include Aws::Structure end |