Class: Aws::Tnb::Types::GetSolFunctionPackageContentInput

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

#acceptString

The format of the package that you want to download from the function packages.

Returns:

  • (String)


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_idString

ID of the function package.

Returns:

  • (String)


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