Class: Aws::Tnb::Types::DeleteSolFunctionPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::DeleteSolFunctionPackageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vnf_pkg_id ⇒ String
ID of the function package.
Instance Attribute Details
#vnf_pkg_id ⇒ String
ID of the function package.
222 223 224 225 226 |
# File 'lib/aws-sdk-tnb/types.rb', line 222 class DeleteSolFunctionPackageInput < Struct.new( :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |