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.
15939 15940 15941 15942 15943 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15939 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |