Class: Aws::QApps::Types::ListQAppsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ListQAppsOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps ⇒ Array<Types::UserAppItem>
The list of Amazon Q Apps meeting the request criteria.
-
#next_token ⇒ String
The token to use to request the next page of results.
Instance Attribute Details
#apps ⇒ Array<Types::UserAppItem>
The list of Amazon Q Apps meeting the request criteria.
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_token ⇒ String
The token to use to request the next page of results.
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 |