Class: Aws::QBusiness::Types::ListWebExperiencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListWebExperiencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
-
#web_experiences ⇒ Array<Types::WebExperience>
An array of summary information for one or more Amazon Q Business experiences.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
6858 6859 6860 6861 6862 6863 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6858 class ListWebExperiencesResponse < Struct.new( :web_experiences, :next_token) SENSITIVE = [] include Aws::Structure end |
#web_experiences ⇒ Array<Types::WebExperience>
An array of summary information for one or more Amazon Q Business experiences.
6858 6859 6860 6861 6862 6863 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6858 class ListWebExperiencesResponse < Struct.new( :web_experiences, :next_token) SENSITIVE = [] include Aws::Structure end |