Class: Aws::Tnb::Types::GetSolFunctionPackageDescriptorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionPackageDescriptorInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept ⇒ String
Indicates which content types, expressed as MIME types, the client is able to understand.
-
#vnf_pkg_id ⇒ String
ID of the function package.
Instance Attribute Details
#accept ⇒ String
Indicates which content types, expressed as MIME types, the client is able to understand.
441 442 443 444 445 446 |
# File 'lib/aws-sdk-tnb/types.rb', line 441 class GetSolFunctionPackageDescriptorInput < Struct.new( :accept, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |
#vnf_pkg_id ⇒ String
ID of the function package.
441 442 443 444 445 446 |
# File 'lib/aws-sdk-tnb/types.rb', line 441 class GetSolFunctionPackageDescriptorInput < Struct.new( :accept, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |