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

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

#createdArray<Types::AnalyticsDataAssociationResult>

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



1094
1095
1096
1097
1098
1099
# File 'lib/aws-sdk-connect/types.rb', line 1094

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:



1094
1095
1096
1097
1098
1099
# File 'lib/aws-sdk-connect/types.rb', line 1094

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