Class: Aws::QBusiness::Types::ListWebExperiencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListWebExperiencesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application linked to the listed web experiences.
-
#max_results ⇒ Integer
The maximum number of Amazon Q Business Web Experiences to return.
-
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application linked to the listed web experiences.
5636 5637 5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5636 class ListWebExperiencesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of Amazon Q Business Web Experiences to return.
5636 5637 5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5636 class ListWebExperiencesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5636 5637 5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5636 class ListWebExperiencesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |