Class: Aws::Tnb::Types::UpdateNsMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::UpdateNsMetadata
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Metadata related to the configuration properties used during update of a network instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_params_for_ns ⇒ Hash, ...
The configurable properties used during update.
-
#nsd_info_id ⇒ String
The network service descriptor used for updating the network instance.
Instance Attribute Details
#additional_params_for_ns ⇒ Hash, ...
The configurable properties used during update.
2245 2246 2247 2248 2249 2250 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2245 class UpdateNsMetadata < Struct.new( :additional_params_for_ns, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |
#nsd_info_id ⇒ String
The network service descriptor used for updating the network instance.
2245 2246 2247 2248 2249 2250 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2245 class UpdateNsMetadata < Struct.new( :additional_params_for_ns, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |