Class: Aws::Tnb::Types::GetSolNetworkPackageDescriptorInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nsd_info_idString

ID of the network service descriptor in the network package.

Returns:

  • (String)


871
872
873
874
875
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 871

class GetSolNetworkPackageDescriptorInput < Struct.new(
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end