Class: Aws::QConnect::Types::ListContentAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListContentAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_association_summaries ⇒ Array<Types::ContentAssociationSummary>
Summary information about content associations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#content_association_summaries ⇒ Array<Types::ContentAssociationSummary>
Summary information about content associations.
6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6729 class ListContentAssociationsResponse < Struct.new( :content_association_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.
6729 6730 6731 6732 6733 6734 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6729 class ListContentAssociationsResponse < Struct.new( :content_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |