Class: Aws::Tnb::Types::CreateSolNetworkInstanceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#ns_descriptionString

Network instance description.

Returns:

  • (String)


114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-tnb/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_nameString

Network instance name.

Returns:

  • (String)


114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-tnb/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_idString

ID for network service descriptor.

Returns:

  • (String)


114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-tnb/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


114
115
116
117
118
119
120
121
# File 'gems/aws-sdk-tnb/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