CleanRoomsService / Client / list_collaboration_privacy_budget_templates
list_collaboration_privacy_budget_templates#
- CleanRoomsService.Client.list_collaboration_privacy_budget_templates(**kwargs)#
Returns an array that summarizes each privacy budget template in a specified collaboration.
See also: AWS API Documentation
Request Syntax
response = client.list_collaboration_privacy_budget_templates( collaborationIdentifier='string', nextToken='string', maxResults=123 )
- Parameters:
collaborationIdentifier (string) –
[REQUIRED]
A unique identifier for one of your collaborations.
nextToken (string) – The pagination token that’s used to fetch the next set of results.
maxResults (integer) – The maximum number of results that are returned for an API request call. The service chooses a default number if you don’t set one. The service might return a nextToken even if the maxResults value has not been met.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'collaborationPrivacyBudgetTemplateSummaries': [ { 'id': 'string', 'arn': 'string', 'collaborationId': 'string', 'collaborationArn': 'string', 'creatorAccountId': 'string', 'privacyBudgetType': 'DIFFERENTIAL_PRIVACY', 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1) }, ] }
Response Structure
(dict) –
nextToken (string) –
The pagination token that’s used to fetch the next set of results.
collaborationPrivacyBudgetTemplateSummaries (list) –
An array that summarizes the collaboration privacy budget templates. The summary includes collaboration information, creation information, the privacy budget type.
(dict) –
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.
id (string) –
The unique identifier of the collaboration privacy budget template.
arn (string) –
The ARN of the collaboration privacy budget template.
collaborationId (string) –
The unique identifier of the collaboration that contains this collaboration privacy budget template.
collaborationArn (string) –
The ARN of the collaboration that contains this collaboration privacy budget template.
creatorAccountId (string) –
The unique identifier of the account that created this collaboration privacy budget template.
privacyBudgetType (string) –
The type of the privacy budget template.
createTime (datetime) –
The time at which the collaboration privacy budget template was created.
updateTime (datetime) –
The most recent time at which the collaboration privacy budget template was updated.
Exceptions
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException