Class: Aws::QBusiness::Types::ListWebExperiencesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_experiencesArray<Types::WebExperience>

An array of summary information for one or more Amazon Q Business experiences.

Returns:



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