Class: Aws::Tnb::Types::DeleteSolNetworkPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::DeleteSolNetworkPackageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
Instance Attribute Details
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
246 247 248 249 250 |
# File 'lib/aws-sdk-tnb/types.rb', line 246 class DeleteSolNetworkPackageInput < Struct.new( :nsd_info_id) SENSITIVE = [] include Aws::Structure end |