Class: Aws::NetworkManager::Types::DeleteCoreNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteCoreNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The network ID of the deleted core network.
Instance Attribute Details
#core_network_id ⇒ String
The network ID of the deleted core network.
2399 2400 2401 2402 2403 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2399 class DeleteCoreNetworkRequest < Struct.new( :core_network_id) SENSITIVE = [] include Aws::Structure end |