Class: Aws::Tnb::Types::UpdateSolFunctionPackageInput

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

#operational_stateString

Operational state of the function package.

Returns:

  • (String)


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_idString

ID of the function package.

Returns:

  • (String)


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