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

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

#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)


4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4455

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:



4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4455

class ListWebExperiencesResponse < Struct.new(
  :web_experiences,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end