CleanRoomsService / Client / list_privacy_budget_templates
list_privacy_budget_templates#
- CleanRoomsService.Client.list_privacy_budget_templates(**kwargs)#
Returns detailed information about the privacy budget templates in a specified membership.
See also: AWS API Documentation
Request Syntax
response = client.list_privacy_budget_templates( membershipIdentifier='string', nextToken='string', maxResults=123 )
- Parameters:
membershipIdentifier (string) –
[REQUIRED]
A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
nextToken (string) – The token value retrieved from a previous call to access the next page of results.
maxResults (integer) – The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'privacyBudgetTemplateSummaries': [ { 'id': 'string', 'arn': 'string', 'membershipId': 'string', 'membershipArn': 'string', 'collaborationId': 'string', 'collaborationArn': 'string', 'privacyBudgetType': 'DIFFERENTIAL_PRIVACY', 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1) }, ] }
Response Structure
(dict) –
nextToken (string) –
The token value retrieved from a previous call to access the next page of results.
privacyBudgetTemplateSummaries (list) –
An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.
(dict) –
A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.
id (string) –
The unique identifier of the privacy budget template.
arn (string) –
The ARN of the privacy budget template.
membershipId (string) –
The identifier for a membership resource.
membershipArn (string) –
The Amazon Resource Name (ARN) of the member who created the privacy budget template.
collaborationId (string) –
The unique ID of the collaboration that contains this privacy budget template.
collaborationArn (string) –
The ARN of the collaboration that contains this privacy budget template.
privacyBudgetType (string) –
The type of the privacy budget template.
createTime (datetime) –
The time at which the privacy budget template was created.
updateTime (datetime) –
The most recent time at which the 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