Class: Aws::CleanRooms::Types::CollaborationConfiguredAudienceModelAssociationSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

A summary of the configured audience model association in the collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configured audience model association.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The unique ARN for the configured audience model's associated collaboration.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the configured audience model association was created.

Returns:

  • (Time)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

The identifier used to reference members of the collaboration. Only supports AWS account ID.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configured audience model association.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the configured audience model association.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured audience model association.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the configured audience model association was updated.

Returns:

  • (Time)


1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1080

class CollaborationConfiguredAudienceModelAssociationSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :name,
  :update_time,
  :collaboration_arn,
  :collaboration_id,
  :creator_account_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end