Class: Aws::Types::UpdateSolFunctionPackageInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSolFunctionPackageInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute operational_state.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
Instance Attribute Details
#operational_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute operational_state.
627 628 629 |
# File 'sig/types.rbs', line 627 def operational_state @operational_state end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
628 629 630 |
# File 'sig/types.rbs', line 628 def vnf_pkg_id @vnf_pkg_id end |