Class: Aws::QApps::Types::ListQAppsInput

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

#instance_idString

The unique identifier of the Amazon Q Business application environment instance.

Returns:

  • (String)


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

#limitInteger

The maximum number of Q Apps to return in the response.

Returns:

  • (Integer)


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_tokenString

The token to request the next page of results.

Returns:

  • (String)


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