Class: Aws::Connect::Types::BatchAssociateAnalyticsDataSetResponse

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

#createdArray<Types::AnalyticsDataAssociationResult>

Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.



1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1191

class BatchAssociateAnalyticsDataSetResponse < Struct.new(
  :created,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::ErrorResult>

A list of errors for datasets that aren't successfully associated with the target account.

Returns:



1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1191

class BatchAssociateAnalyticsDataSetResponse < Struct.new(
  :created,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end