Class: Aws::NetworkManager::Types::GetCoreNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetCoreNetworkRequest
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The ID of a core network.
Instance Attribute Details
#core_network_id ⇒ String
The ID of a core network.
3164 3165 3166 3167 3168 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3164 class GetCoreNetworkRequest < Struct.new( :core_network_id) SENSITIVE = [] include Aws::Structure end |