Class: Aws::Tnb::Types::CreateSolNetworkInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::CreateSolNetworkInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#ns_description ⇒ String
Network instance description.
-
#ns_name ⇒ String
Network instance name.
-
#nsd_info_id ⇒ String
ID for network service descriptor.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#ns_description ⇒ String
Network instance description.
114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-tnb/types.rb', line 114 class CreateSolNetworkInstanceInput < Struct.new( :ns_description, :ns_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#ns_name ⇒ String
Network instance name.
114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-tnb/types.rb', line 114 class CreateSolNetworkInstanceInput < Struct.new( :ns_description, :ns_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#nsd_info_id ⇒ String
ID for network service descriptor.
114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-tnb/types.rb', line 114 class CreateSolNetworkInstanceInput < Struct.new( :ns_description, :ns_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
114 115 116 117 118 119 120 121 |
# File 'lib/aws-sdk-tnb/types.rb', line 114 class CreateSolNetworkInstanceInput < Struct.new( :ns_description, :ns_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |