DataExchange / Client / accept_data_grant
accept_data_grant¶
- DataExchange.Client.accept_data_grant(**kwargs)¶
- This operation accepts a data grant. - See also: AWS API Documentation - Request Syntax- response = client.accept_data_grant( DataGrantArn='string' ) - Parameters:
- DataGrantArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the data grant to accept. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Name': 'string', 'SenderPrincipal': 'string', 'ReceiverPrincipal': 'string', 'Description': 'string', 'AcceptanceState': 'PENDING_RECEIVER_ACCEPTANCE'|'ACCEPTED', 'AcceptedAt': datetime(2015, 1, 1), 'EndsAt': datetime(2015, 1, 1), 'GrantDistributionScope': 'AWS_ORGANIZATION'|'NONE', 'DataSetId': 'string', 'Id': 'string', 'Arn': 'string', 'CreatedAt': datetime(2015, 1, 1), 'UpdatedAt': datetime(2015, 1, 1) } - Response Structure- (dict) – - Name (string) – - The name of the accepted data grant. 
- SenderPrincipal (string) – - The Amazon Web Services account ID of the data grant sender. 
- ReceiverPrincipal (string) – - The Amazon Web Services account ID of the data grant receiver. 
- Description (string) – - The description of the accepted data grant. 
- AcceptanceState (string) – - The acceptance state of the data grant. 
- AcceptedAt (datetime) – - The timestamp of when the data grant was accepted. 
- EndsAt (datetime) – - The timestamp of when access to the associated data set ends. 
- GrantDistributionScope (string) – - The distribution scope for the data grant. 
- DataSetId (string) – - The ID of the data set associated to the data grant. 
- Id (string) – - The ID of the data grant. 
- Arn (string) – - The Amazon Resource Name (ARN) of the accepted data grant. 
- CreatedAt (datetime) – - The timestamp of when the data grant was created. 
- UpdatedAt (datetime) – - The timestamp of when the data grant was last updated. 
 
 
 - Exceptions