Class: Aws::Tnb::Types::UpdateSolNetworkServiceData

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

Overview

Information parameters and/or the configurable properties for a network descriptor used for update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_params_for_nsHash, ...

Values for the configurable properties declared in the network service descriptor.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2423

class UpdateSolNetworkServiceData < Struct.new(
  :additional_params_for_ns,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end

#nsd_info_idString

ID of the network service descriptor.

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2423

class UpdateSolNetworkServiceData < Struct.new(
  :additional_params_for_ns,
  :nsd_info_id)
  SENSITIVE = []
  include Aws::Structure
end