Class: Aws::ConnectWisdomService::Types::ListAssistantAssociationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_association_summariesArray<Types::AssistantAssociationSummary>

Summary information about assistant associations.



2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2037

class ListAssistantAssociationsResponse < Struct.new(
  :assistant_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2037

class ListAssistantAssociationsResponse < Struct.new(
  :assistant_association_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end