Class: Aws::QConnect::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
7201 7202 7203 7204 7205 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7201 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |