Class: Aws::Tnb::Types::GetSolFunctionPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionPackageInput
- 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.
471 472 473 474 475 |
# File 'lib/aws-sdk-tnb/types.rb', line 471 class GetSolFunctionPackageInput < Struct.new( :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |