Class: Aws::Tnb::Types::TerminateSolNetworkInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::TerminateSolNetworkInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#ns_lcm_op_occ_id ⇒ String
The identifier of the network operation.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#ns_lcm_op_occ_id ⇒ String
The identifier of the network operation.
2171 2172 2173 2174 2175 2176 |
# File 'lib/aws-sdk-tnb/types.rb', line 2171 class TerminateSolNetworkInstanceOutput < Struct.new( :ns_lcm_op_occ_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. 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.
2171 2172 2173 2174 2175 2176 |
# File 'lib/aws-sdk-tnb/types.rb', line 2171 class TerminateSolNetworkInstanceOutput < Struct.new( :ns_lcm_op_occ_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |