Class: Aws::Tnb::Types::UpdateSolNetworkServiceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateSolNetworkServiceData
- 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
-
#additional_params_for_ns ⇒ Hash, ...
Values for the configurable properties declared in the network service descriptor.
-
#nsd_info_id ⇒ String
ID of the network service descriptor.
Instance Attribute Details
#additional_params_for_ns ⇒ Hash, ...
Values for the configurable properties declared in the network service descriptor.
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_id ⇒ String
ID of the network service descriptor.
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 |