Class: Aws::Tnb::Types::PutSolFunctionPackageContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::PutSolFunctionPackageContentInput
- 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.
1931 1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-tnb/types.rb', line 1931 class PutSolFunctionPackageContentInput < Struct.new( :content_type, :file, :vnf_pkg_id) SENSITIVE = [:file] include Aws::Structure end |
#file ⇒ String
Function package file.
1931 1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-tnb/types.rb', line 1931 class PutSolFunctionPackageContentInput < Struct.new( :content_type, :file, :vnf_pkg_id) SENSITIVE = [:file] include Aws::Structure end |
#vnf_pkg_id ⇒ String
Function package ID.
1931 1932 1933 1934 1935 1936 1937 |
# File 'lib/aws-sdk-tnb/types.rb', line 1931 class PutSolFunctionPackageContentInput < Struct.new( :content_type, :file, :vnf_pkg_id) SENSITIVE = [:file] include Aws::Structure end |