Class: Aws::Tnb::Types::GetSolFunctionPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolFunctionPackageContentInput
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept ⇒ String
The format of the package that you want to download from the function packages.
-
#vnf_pkg_id ⇒ String
ID of the function package.
Instance Attribute Details
#accept ⇒ String
The format of the package that you want to download from the function packages.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 406 class GetSolFunctionPackageContentInput < Struct.new( :accept, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |
#vnf_pkg_id ⇒ String
ID of the function package.
406 407 408 409 410 411 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 406 class GetSolFunctionPackageContentInput < Struct.new( :accept, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |