Class: Aws::Tnb::Types::DeleteSolNetworkPackageInput

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)


246
247
248
249
250
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 246

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