ControlTower / Client / get_baseline
get_baseline¶
- ControlTower.Client.get_baseline(**kwargs)¶
- Retrieve details about an existing - Baselineresource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide.- See also: AWS API Documentation - Request Syntax- response = client.get_baseline( baselineIdentifier='string' ) - Parameters:
- baselineIdentifier (string) – - [REQUIRED] - The ARN of the - Baselineresource to be retrieved.
- Return type:
- dict 
- Returns:
- Response Syntax- { 'arn': 'string', 'description': 'string', 'name': 'string' } - Response Structure- (dict) – - arn (string) – - The baseline ARN. 
- description (string) – - A description of the baseline. 
- name (string) – - A user-friendly name for the baseline. 
 
 
 - Exceptions