Class: Aws::Tnb::Types::GetSolFunctionPackageDescriptorInput

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

Indicates which content types, expressed as MIME types, the client is able to understand.

Returns:

  • (String)


441
442
443
444
445
446
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 441

class GetSolFunctionPackageDescriptorInput < Struct.new(
  :accept,
  :vnf_pkg_id)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_pkg_idString

ID of the function package.

Returns:

  • (String)


441
442
443
444
445
446
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 441

class GetSolFunctionPackageDescriptorInput < Struct.new(
  :accept,
  :vnf_pkg_id)
  SENSITIVE = []
  include Aws::Structure
end