Class: Aws::Tnb::Types::GetSolNetworkPackageDescriptorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkPackageDescriptorInput
- 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.
899 900 901 902 903 |
# File 'lib/aws-sdk-tnb/types.rb', line 899 class GetSolNetworkPackageDescriptorInput < Struct.new( :nsd_info_id) SENSITIVE = [] include Aws::Structure end |