Class: Aws::Tnb::Types::UpdateSolFunctionPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolFunctionPackageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operational_state ⇒ String
Operational state of the function package.
-
#vnf_pkg_id ⇒ String
ID of the function package.
Instance Attribute Details
#operational_state ⇒ String
Operational state of the function package.
2262 2263 2264 2265 2266 2267 |
# File 'lib/aws-sdk-tnb/types.rb', line 2262 class UpdateSolFunctionPackageInput < Struct.new( :operational_state, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |
#vnf_pkg_id ⇒ String
ID of the function package.
2262 2263 2264 2265 2266 2267 |
# File 'lib/aws-sdk-tnb/types.rb', line 2262 class UpdateSolFunctionPackageInput < Struct.new( :operational_state, :vnf_pkg_id) SENSITIVE = [] include Aws::Structure end |