Class: Aws::Tnb::Types::UpdateSolNetworkPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolNetworkPackageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
-
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
Instance Attribute Details
#nsd_info_id ⇒ String
ID of the network service descriptor in the network package.
2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-tnb/types.rb', line 2389 class UpdateSolNetworkPackageInput < Struct.new( :nsd_info_id, :nsd_operational_state) SENSITIVE = [] include Aws::Structure end |
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-tnb/types.rb', line 2389 class UpdateSolNetworkPackageInput < Struct.new( :nsd_info_id, :nsd_operational_state) SENSITIVE = [] include Aws::Structure end |