Class: Aws::ConnectCases::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
2319 2320 2321 2322 2323 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2319 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |