Class: Aws::Connect::Types::BatchDisassociateAnalyticsDataSetResponse

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

#deletedArray<String>

An array of successfully disassociated dataset identifiers.

Returns:

  • (Array<String>)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1238

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

#errorsArray<Types::ErrorResult>

A list of errors for any datasets not successfully removed.

Returns:



1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1238

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