Class: Aws::Tnb::Types::UpdateSolNetworkPackageOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nsd_operational_stateString

Operational state of the network service descriptor in the network package.

Returns:

  • (String)


2262
2263
2264
2265
2266
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2262

class UpdateSolNetworkPackageOutput < Struct.new(
  :nsd_operational_state)
  SENSITIVE = []
  include Aws::Structure
end