QuickSight / Client / list_topics_v2
list_topics_v2¶
- QuickSight.Client.list_topics_v2(**kwargs)¶
Lists all of the Q topics in the specified Amazon Web Services account in an Amazon Web Services Region.
See also: AWS API Documentation
Request Syntax
response = client.list_topics_v2( AwsAccountId='string', NextToken='string', MaxResults=123 )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the topics that you want to list.
NextToken (string) – The token for the next set of results, or null if there are no more results.
MaxResults (integer) – The maximum number of results to be returned per request.
- Return type:
dict
- Returns:
Response Syntax
{ 'TopicSummaryList': [ { 'Arn': 'string', 'TopicId': 'string', 'Name': 'string' }, ], 'NextToken': 'string', 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
TopicSummaryList (list) –
A list of topic summaries.
(dict) –
A summary of the topic.
Arn (string) –
The Amazon Resource Name (ARN) of the topic.
TopicId (string) –
The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Name (string) –
The name of the topic.
NextToken (string) –
The token for the next set of results, or null if there are no more results.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions