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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:file]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

Function package content type.

Returns:

  • (String)


2444
2445
2446
2447
2448
2449
2450
# File 'lib/aws-sdk-tnb/types.rb', line 2444

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

#fileString

Function package file.

Returns:

  • (String)


2444
2445
2446
2447
2448
2449
2450
# File 'lib/aws-sdk-tnb/types.rb', line 2444

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

#vnf_pkg_idString

Function package ID.

Returns:

  • (String)


2444
2445
2446
2447
2448
2449
2450
# File 'lib/aws-sdk-tnb/types.rb', line 2444

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