CostExplorer / Client / list_cost_allocation_tag_backfill_history
list_cost_allocation_tag_backfill_history#
- CostExplorer.Client.list_cost_allocation_tag_backfill_history(**kwargs)#
Retrieves a list of your historical cost allocation tag backfill requests.
See also: AWS API Documentation
Request Syntax
response = client.list_cost_allocation_tag_backfill_history( NextToken='string', MaxResults=123 )
- Parameters:
NextToken (string) – The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
MaxResults (integer) – The maximum number of objects that are returned for this request.
- Return type:
dict
- Returns:
Response Syntax
{ 'BackfillRequests': [ { 'BackfillFrom': 'string', 'RequestedAt': 'string', 'CompletedAt': 'string', 'BackfillStatus': 'SUCCEEDED'|'PROCESSING'|'FAILED', 'LastUpdatedAt': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
BackfillRequests (list) –
The list of historical cost allocation tag backfill requests.
(dict) –
The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.
BackfillFrom (string) –
The date the backfill starts from.
RequestedAt (string) –
The time when the backfill was requested.
CompletedAt (string) –
The backfill completion time.
BackfillStatus (string) –
The status of the cost allocation tag backfill request.
LastUpdatedAt (string) –
The time when the backfill status was last updated.
NextToken (string) –
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Exceptions