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.
5612 5613 5614 5615 5616 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5612 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |