Class: Aws::Tnb::Types::TerminateSolNetworkInstanceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#ns_instance_idString

ID of the network instance.

Returns:

  • (String)


2149
2150
2151
2152
2153
2154
# File 'lib/aws-sdk-tnb/types.rb', line 2149

class TerminateSolNetworkInstanceInput < Struct.new(
  :ns_instance_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. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.

Returns:

  • (Hash<String,String>)


2149
2150
2151
2152
2153
2154
# File 'lib/aws-sdk-tnb/types.rb', line 2149

class TerminateSolNetworkInstanceInput < Struct.new(
  :ns_instance_id,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end