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.
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5021 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.
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5021 class ListApplicationsResponse < Struct.new( :next_token, :applications) SENSITIVE = [] include Aws::Structure end |