Class: Aws::QBusiness::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the Amazon Q Business application or data source.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags associated with the Amazon Q Business application or data source.
4583 4584 4585 4586 4587 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4583 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |