Class: Aws::Connect::Types::AssociateAnalyticsDataSetResponse

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

#data_set_idString

The identifier of the dataset that was associated.

Returns:

  • (String)


514
515
516
517
518
519
520
521
# File 'lib/aws-sdk-connect/types.rb', line 514

class AssociateAnalyticsDataSetResponse < 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)


514
515
516
517
518
519
520
521
# File 'lib/aws-sdk-connect/types.rb', line 514

class AssociateAnalyticsDataSetResponse < 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 that is generated.

Returns:

  • (String)


514
515
516
517
518
519
520
521
# File 'lib/aws-sdk-connect/types.rb', line 514

class AssociateAnalyticsDataSetResponse < 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)


514
515
516
517
518
519
520
521
# File 'lib/aws-sdk-connect/types.rb', line 514

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