Class: Aws::QBusiness::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::Application>
An array of summary information on the configuration of one or more Amazon Q Business applications.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token.
Instance Attribute Details
#applications ⇒ Array<Types::Application>
An array of summary information on the configuration of one or more Amazon Q Business applications.
4074 4075 4076 4077 4078 4079 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4074 class ListApplicationsResponse < Struct.new( :next_token, :applications) SENSITIVE = [] include Aws::Structure end |
#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 applications.
4074 4075 4076 4077 4078 4079 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4074 class ListApplicationsResponse < Struct.new( :next_token, :applications) SENSITIVE = [] include Aws::Structure end |