Class: Aws::CleanRooms::Types::CollaborationPrivacyBudgetTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CollaborationPrivacyBudgetTemplateSummary
- 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
-
#arn ⇒ String
The ARN of the collaboration privacy budget template.
-
#collaboration_arn ⇒ String
The ARN of the collaboration that contains this collaboration privacy budget template.
-
#collaboration_id ⇒ String
The unique identifier of the collaboration that contains this collaboration privacy budget template.
-
#create_time ⇒ Time
The time at which the collaboration privacy budget template was created.
-
#creator_account_id ⇒ String
The unique identifier of the account that created this collaboration privacy budget template.
-
#id ⇒ String
The unique identifier of the collaboration privacy budget template.
-
#privacy_budget_type ⇒ String
The type of the privacy budget template.
-
#update_time ⇒ Time
The most recent time at which the collaboration privacy budget template was updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the collaboration privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_arn ⇒ String
The ARN of the collaboration that contains this collaboration privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_id ⇒ String
The unique identifier of the collaboration that contains this collaboration privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_time ⇒ Time
The time at which the collaboration privacy budget template was created.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_id ⇒ String
The unique identifier of the account that created this collaboration privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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 |
#id ⇒ String
The unique identifier of the collaboration privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_type ⇒ String
The type of the privacy budget template.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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_time ⇒ Time
The most recent time at which the collaboration privacy budget template was updated.
1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1505 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 |