Class: Aws::QBusiness::Types::ListWebExperiencesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the Amazon Q Business application linked to the listed web experiences.

Returns:

  • (String)


4434
4435
4436
4437
4438
4439
4440
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4434

class ListWebExperiencesRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of Amazon Q Business Web Experiences to return.

Returns:

  • (Integer)


4434
4435
4436
4437
4438
4439
4440
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4434

class ListWebExperiencesRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Q Business conversations.

Returns:

  • (String)


4434
4435
4436
4437
4438
4439
4440
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4434

class ListWebExperiencesRequest < Struct.new(
  :application_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end