Class: Aws::Tnb::Types::DeleteSolFunctionPackageInput

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

#vnf_pkg_idString

ID of the function package.

Returns:

  • (String)


222
223
224
225
226
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 222

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