Class: Aws::CleanRooms::Types::CollaborationPrivacyBudgetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CollaborationPrivacyBudgetSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
A summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget ⇒ Types::PrivacyBudget
The includes epsilon provided and utility in terms of aggregations.
-
#collaboration_arn ⇒ String
The ARN of the collaboration that includes this privacy budget.
-
#collaboration_id ⇒ String
The unique identifier of the collaboration that includes this privacy budget.
-
#create_time ⇒ Time
The time at which the privacy budget was created.
-
#creator_account_id ⇒ String
The unique identifier of the account that created this privacy budget.
-
#id ⇒ String
The unique identifier of the collaboration privacy budget.
-
#privacy_budget_template_arn ⇒ String
The ARN of the collaboration privacy budget template.
-
#privacy_budget_template_id ⇒ String
The unique identifier of the collaboration privacy budget template.
-
#type ⇒ String
The type of privacy budget template.
-
#update_time ⇒ Time
The most recent time at which the privacy budget was updated.
Instance Attribute Details
#budget ⇒ Types::PrivacyBudget
The includes epsilon provided and utility in terms of aggregations.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The ARN of the collaboration that includes this privacy budget.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
The unique identifier of the collaboration that includes this privacy budget.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the privacy budget was created.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#creator_account_id ⇒ String
The unique identifier of the account that created this privacy budget.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collaboration privacy budget.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_template_arn ⇒ String
The ARN of the collaboration privacy budget template.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#privacy_budget_template_id ⇒ String
The unique identifier of the collaboration privacy budget template.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of privacy budget template.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the privacy budget was updated.
1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1373 class CollaborationPrivacyBudgetSummary < Struct.new( :id, :privacy_budget_template_id, :privacy_budget_template_arn, :collaboration_id, :collaboration_arn, :creator_account_id, :type, :create_time, :update_time, :budget) SENSITIVE = [] include Aws::Structure end |