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)


11130
11131
11132
11133
11134
11135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11130

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.



11130
11131
11132
11133
11134
11135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11130

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