Class: Aws::Tnb::Types::ValidateSolFunctionPackageContentOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Function package ID.

Returns:

  • (String)


2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::ValidateSolFunctionPackageContentMetadata

Function package metadata.



2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_product_nameString

Network function product name.

Returns:

  • (String)


2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end

#vnf_providerString

Network function provider.

Returns:

  • (String)


2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end

#vnfd_idString

Function package descriptor ID.

Returns:

  • (String)


2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end

#vnfd_versionString

Function package descriptor version.

Returns:

  • (String)


2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
# File 'lib/aws-sdk-tnb/types.rb', line 2501

class ValidateSolFunctionPackageContentOutput < Struct.new(
  :id,
  :metadata,
  :vnf_product_name,
  :vnf_provider,
  :vnfd_id,
  :vnfd_version)
  SENSITIVE = []
  include Aws::Structure
end