Class: Aws::Connect::Types::ListAnalyticsDataAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


10865
10866
10867
10868
10869
10870
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10865

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

#resultsArray<Types::AnalyticsDataAssociationResult>

An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.



10865
10866
10867
10868
10869
10870
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10865

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