Class: Aws::QConnect::Types::ListAssistantAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAssistantAssociationsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_association_summaries ⇒ Array<Types::AssistantAssociationSummary>
Summary information about assistant associations.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#assistant_association_summaries ⇒ Array<Types::AssistantAssociationSummary>
Summary information about assistant associations.
6065 6066 6067 6068 6069 6070 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6065 class ListAssistantAssociationsResponse < Struct.new( :assistant_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.
6065 6066 6067 6068 6069 6070 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6065 class ListAssistantAssociationsResponse < Struct.new( :assistant_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |