Class: Aws::Tnb::Types::InstantiateMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::InstantiateMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Metadata related to the configuration properties used during instantiation of the network instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_params_for_ns ⇒ Hash, ...
The configurable properties used during instantiation.
-
#nsd_info_id ⇒ String
The network service descriptor used for instantiating the network instance.
Instance Attribute Details
#additional_params_for_ns ⇒ Hash, ...
The configurable properties used during instantiation.
1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-tnb/types.rb', line 1114 class InstantiateMetadata < Struct.new( :additional_params_for_ns, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |
#nsd_info_id ⇒ String
The network service descriptor used for instantiating the network instance.
1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-tnb/types.rb', line 1114 class InstantiateMetadata < Struct.new( :additional_params_for_ns, :nsd_info_id) SENSITIVE = [] include Aws::Structure end |