Class: Aws::ConnectWisdomService::Types::ListContentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_summariesArray<Types::ContentSummary>

Information about the content.

Returns:



2119
2120
2121
2122
2123
2124
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2119

class ListContentsResponse < 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)


2119
2120
2121
2122
2123
2124
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2119

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