Class: Aws::Tnb::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#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.
1852 1853 1854 1855 1856 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1852 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |