Class: Aws::ConnectWisdomService::Types::ListContentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ListContentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_summaries ⇒ Array<Types::ContentSummary>
Information about the content.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#content_summaries ⇒ Array<Types::ContentSummary>
Information about the content.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2119 class ListContentsResponse < Struct.new( :content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2119 2120 2121 2122 2123 2124 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2119 class ListContentsResponse < Struct.new( :content_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |