Class: Aws::ConnectWisdomService::Types::ListAssistantAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ListAssistantAssociationsResponse
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/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.
1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1434 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.
1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1434 class ListAssistantAssociationsResponse < Struct.new( :assistant_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |