Method: Aws::QBusiness::Types::ListSubscriptionsResponse#subscriptions
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
#subscriptions ⇒ Array<Types::Subscription>
An array of summary information on the subscriptions configured for an Amazon Q Business application.
6786 6787 6788 6789 6790 6791 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6786 class ListSubscriptionsResponse < Struct.new( :next_token, :subscriptions) SENSITIVE = [] include Aws::Structure end |