Class: Aws::QBusiness::Types::ListApplicationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::Application>

An array of summary information on the configuration of one or more Amazon Q Business applications.

Returns:



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_tokenString

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.

Returns:

  • (String)


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