Class: Aws::Tnb::Types::ValidateSolFunctionPackageContentInput

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

#content_typeString

Function package content type.

Returns:

  • (String)


2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2282

class ValidateSolFunctionPackageContentInput < Struct.new(
  :content_type,
  :file,
  :vnf_pkg_id)
  SENSITIVE = []
  include Aws::Structure
end

#fileString

Function package file.

Returns:

  • (String)


2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2282

class ValidateSolFunctionPackageContentInput < Struct.new(
  :content_type,
  :file,
  :vnf_pkg_id)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_pkg_idString

Function package ID.

Returns:

  • (String)


2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2282

class ValidateSolFunctionPackageContentInput < Struct.new(
  :content_type,
  :file,
  :vnf_pkg_id)
  SENSITIVE = []
  include Aws::Structure
end