Class: Aws::QBusiness::Types::ListSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListSubscriptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token.
-
#subscriptions ⇒ Array<Types::Subscription>
An array of summary information on the subscriptions configured for an Amazon Q Business application.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of subscriptions.
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 |
#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 |