Class: Aws::Tnb::Types::ValidateSolFunctionPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ValidateSolFunctionPackageContentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file]
Instance Attribute Summary collapse
-
#content_type ⇒ String
Function package content type.
-
#file ⇒ String
Function package file.
-
#vnf_pkg_id ⇒ String
Function package ID.
Instance Attribute Details
#content_type ⇒ String
Function package content type.
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 |
#file ⇒ String
Function package file.
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_id ⇒ String
Function package ID.
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 |