Class: Aws::Connect::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Information about the tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Information about the tags.
21532 21533 21534 21535 21536 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21532 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |