Class: Aws::Connect::Types::BatchDisassociateAnalyticsDataSetRequest

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

#data_set_idsArray<String>

An array of associated dataset identifiers to remove.

Returns:

  • (Array<String>)


1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1220

class BatchDisassociateAnalyticsDataSetRequest < Struct.new(
  :instance_id,
  :data_set_ids,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1220

class BatchDisassociateAnalyticsDataSetRequest < Struct.new(
  :instance_id,
  :data_set_ids,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
1226
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1220

class BatchDisassociateAnalyticsDataSetRequest < Struct.new(
  :instance_id,
  :data_set_ids,
  :target_account_id)
  SENSITIVE = []
  include Aws::Structure
end