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:



1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1829

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)


1829
1830
1831
1832
1833
1834
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1829

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