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.
6149 6150 6151 6152 6153 6154 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6149 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.
6149 6150 6151 6152 6153 6154 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6149 class ListContentAssociationsResponse < Struct.new( :content_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |