BillingandCostManagementDataExports / Client / list_tables
list_tables¶
- BillingandCostManagementDataExports.Client.list_tables(**kwargs)¶
Lists all available tables in data exports.
See also: AWS API Documentation
Request Syntax
response = client.list_tables( NextToken='string', MaxResults=123 )
- Parameters:
NextToken (string) – The token to retrieve the next set of results.
MaxResults (integer) – The maximum number of objects that are returned for the request.
- Return type:
dict
- Returns:
Response Syntax
{ 'Tables': [ { 'TableName': 'string', 'Description': 'string', 'TableProperties': [ { 'Name': 'string', 'ValidValues': [ 'string', ], 'DefaultValue': 'string', 'Description': 'string' }, ] }, ], 'NextToken': 'string' }
Response Structure
(dict) –
Tables (list) –
The list of tables.
(dict) –
The details for the data export table.
TableName (string) –
The name of the table.
Description (string) –
The description for the table.
TableProperties (list) –
The properties for the table.
(dict) –
The properties for the data export table.
Name (string) –
The name of the table.
ValidValues (list) –
The valid values for the table.
(string) –
DefaultValue (string) –
The default value for the table.
Description (string) –
The description for the table.
NextToken (string) –
The token to retrieve the next set of results.
Exceptions
BillingandCostManagementDataExports.Client.exceptions.InternalServerExceptionBillingandCostManagementDataExports.Client.exceptions.ThrottlingExceptionBillingandCostManagementDataExports.Client.exceptions.ValidationException