Class: Aws::Connect::Types::AnalyticsDataAssociationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

This API is in preview release for Amazon Connect and is subject to change.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The identifier of the dataset.

Returns:

  • (String)


399
400
401
402
403
404
405
406
# File 'lib/aws-sdk-connect/types.rb', line 399

class AnalyticsDataAssociationResult < Struct.new(
  :data_set_id,
  :target_account_id,
  :resource_share_id,
  :resource_share_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_arnString

The Amazon Resource Name (ARN) of the Resource Access Manager share.

Returns:

  • (String)


399
400
401
402
403
404
405
406
# File 'lib/aws-sdk-connect/types.rb', line 399

class AnalyticsDataAssociationResult < Struct.new(
  :data_set_id,
  :target_account_id,
  :resource_share_id,
  :resource_share_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_idString

The Resource Access Manager share ID.

Returns:

  • (String)


399
400
401
402
403
404
405
406
# File 'lib/aws-sdk-connect/types.rb', line 399

class AnalyticsDataAssociationResult < Struct.new(
  :data_set_id,
  :target_account_id,
  :resource_share_id,
  :resource_share_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_idString

The identifier of the target account.

Returns:

  • (String)


399
400
401
402
403
404
405
406
# File 'lib/aws-sdk-connect/types.rb', line 399

class AnalyticsDataAssociationResult < Struct.new(
  :data_set_id,
  :target_account_id,
  :resource_share_id,
  :resource_share_arn)
  SENSITIVE = []
  include Aws::Structure
end