Class: Aws::CleanRooms::Types::CollaborationPrivacyBudgetTemplateSummary

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

Overview

A summary of the collaboration's privacy budget template. This summary includes information about who created the privacy budget template and what collaborations it belongs to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the collaboration privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#collaboration_arnString

The ARN of the collaboration that contains this collaboration privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#collaboration_idString

The unique identifier of the collaboration that contains this collaboration privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#create_timeTime

The time at which the collaboration privacy budget template was created.

Returns:

  • (Time)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#creator_account_idString

The unique identifier of the account that created this collaboration privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#idString

The unique identifier of the collaboration privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#privacy_budget_typeString

The type of the privacy budget template.

Returns:

  • (String)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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

#update_timeTime

The most recent time at which the collaboration privacy budget template was updated.

Returns:

  • (Time)


1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1274

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