Class: Aws::QConnect::Types::SearchContentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_summariesArray<Types::ContentSummary>

Summary information about the content.

Returns:



3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3597

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3597

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