Class: Aws::Tnb::Types::CreateSolNetworkInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::CreateSolNetworkInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
Network instance ARN.
-
#id ⇒ String
Network instance ID.
-
#ns_instance_name ⇒ String
Network instance name.
-
#nsd_info_id ⇒ String
Network service descriptor ID.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#arn ⇒ String
Network instance ARN.
148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-tnb/types.rb', line 148 class CreateSolNetworkInstanceOutput < Struct.new( :arn, :id, :ns_instance_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#id ⇒ String
Network instance ID.
148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-tnb/types.rb', line 148 class CreateSolNetworkInstanceOutput < Struct.new( :arn, :id, :ns_instance_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#ns_instance_name ⇒ String
Network instance name.
148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-tnb/types.rb', line 148 class CreateSolNetworkInstanceOutput < Struct.new( :arn, :id, :ns_instance_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#nsd_info_id ⇒ String
Network service descriptor ID.
148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-tnb/types.rb', line 148 class CreateSolNetworkInstanceOutput < Struct.new( :arn, :id, :ns_instance_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.
148 149 150 151 152 153 154 155 156 |
# File 'lib/aws-sdk-tnb/types.rb', line 148 class CreateSolNetworkInstanceOutput < Struct.new( :arn, :id, :ns_instance_name, :nsd_info_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |