Class: Aws::NetworkManager::Types::GetCoreNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetCoreNetworkResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network ⇒ Types::CoreNetwork
Details about a core network.
Instance Attribute Details
#core_network ⇒ Types::CoreNetwork
Details about a core network.
2921 2922 2923 2924 2925 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2921 class GetCoreNetworkResponse < Struct.new( :core_network) SENSITIVE = [] include Aws::Structure end |