Class: Aws::Tnb::Types::UpdateSolFunctionPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolFunctionPackageOutput
- 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.
Instance Attribute Details
#operational_state ⇒ String
Operational state of the function package.
2275 2276 2277 2278 2279 |
# File 'lib/aws-sdk-tnb/types.rb', line 2275 class UpdateSolFunctionPackageOutput < Struct.new( :operational_state) SENSITIVE = [] include Aws::Structure end |