Class: Aws::QApps::Types::ListQAppsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ListQAppsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
-
#limit ⇒ Integer
The maximum number of Q Apps to return in the response.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-qapps/types.rb', line 1811 class ListQAppsInput < Struct.new( :instance_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of Q Apps to return in the response.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-qapps/types.rb', line 1811 class ListQAppsInput < Struct.new( :instance_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-qapps/types.rb', line 1811 class ListQAppsInput < Struct.new( :instance_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |