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:



3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3901

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)


3901
3902
3903
3904
3905
3906
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3901

class ListApplicationsResponse < Struct.new(
  :next_token,
  :applications)
  SENSITIVE = []
  include Aws::Structure
end