Class: Aws::PCS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
1 or more tags added to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
1179 1180 1181 1182 1183 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1179 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |