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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


10446
10447
10448
10449
10450
10451
# File 'lib/aws-sdk-connect/types.rb', line 10446

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.



10446
10447
10448
10449
10450
10451
# File 'lib/aws-sdk-connect/types.rb', line 10446

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