get_membership
(**kwargs)¶Retrieves a specified membership for an identifier.
See also: AWS API Documentation
Request Syntax
response = client.get_membership(
membershipIdentifier='string'
)
[REQUIRED]
The identifier for a membership resource.
{
'membership': {
'id': 'string',
'arn': 'string',
'collaborationArn': 'string',
'collaborationId': 'string',
'collaborationCreatorAccountId': 'string',
'collaborationCreatorDisplayName': 'string',
'collaborationName': 'string',
'createTime': datetime(2015, 1, 1),
'updateTime': datetime(2015, 1, 1),
'status': 'ACTIVE'|'REMOVED'|'COLLABORATION_DELETED',
'memberAbilities': [
'CAN_QUERY'|'CAN_RECEIVE_RESULTS',
],
'queryLogStatus': 'ENABLED'|'DISABLED'
}
}
Response Structure
The membership retrieved for the provided identifier.
The unique ID of the membership.
The unique ARN for the membership.
The unique ARN for the membership's associated collaboration.
The unique ID for the membership's collaboration.
The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
The display name of the collaboration creator.
The name of the membership's collaboration.
The time when the membership was created.
The time the membership metadata was last updated.
The status of the membership. Valid values are ACTIVE, REMOVED, and COLLABORATION_DELETED.
The abilities granted to the collaboration member.
An indicator as to whether query logging has been enabled or disabled for the collaboration.
Exceptions
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException