Class: Aws::Tnb::Types::UpdateSolNetworkPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolNetworkPackageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
Instance Attribute Details
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-tnb/types.rb', line 2403 class UpdateSolNetworkPackageOutput < Struct.new( :nsd_operational_state) SENSITIVE = [] include Aws::Structure end |