awswrangler.quicksight.list_templates¶
-
awswrangler.quicksight.
list_templates
(account_id: Optional[str] = None, boto3_session: Optional[boto3.session.Session] = None) → List[Dict[str, Any]]¶ List all QuickSight templates.
- Parameters
account_id (str, optional) – If None, the account ID will be inferred from your boto3 session.
boto3_session (boto3.Session(), optional) – Boto3 Session. The default boto3 session will be used if boto3_session receive None.
- Returns
Templates summaries.
- Return type
List[Dict[str, Any]]
Examples
>>> import awswrangler as wr >>> templates = wr.quicksight.list_templates()