Class: Aws::QBusiness::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
5834 5835 5836 5837 5838 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5834 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |