Class: Aws::QConnect::Types::ListContentAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListContentAssociationsResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
6761 6762 6763 6764 6765 6766 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6761 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.
6761 6762 6763 6764 6765 6766 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6761 class ListContentAssociationsResponse < Struct.new( :content_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |