Class: Aws::QBusiness::Types::ListApplicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListApplicationsRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of Amazon Q Business applications to return.
-
#next_token ⇒ String
If the
maxResults
response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of Amazon Q Business applications to return.
5001 5002 5003 5004 5005 5006 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5001 class ListApplicationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the maxResults
response was incomplete because there is more
data to retrieve, Amazon Q Business returns a pagination token in
the response. You can use this pagination token to retrieve the next
set of Amazon Q Business applications.
5001 5002 5003 5004 5005 5006 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5001 class ListApplicationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |