Class: Aws::QApps::Types::ListQAppsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appsArray<Types::UserAppItem>

The list of Amazon Q Apps meeting the request criteria.

Returns:



1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1283

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

#next_tokenString

The token to use to request the next page of results.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1283

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