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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1829
1830
1831
1832
1833
1834
# File '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.



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

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