Class: Aws::Tnb::Types::TerminateSolNetworkInstanceOutput

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_lcm_op_occ_idString

The identifier of the network operation.

Returns:

  • (String)


2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2070

class TerminateSolNetworkInstanceOutput < Struct.new(
  :ns_lcm_op_occ_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 transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.

Returns:

  • (Hash<String,String>)


2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2070

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