QuickSight / Paginator / ListTopicsV2
ListTopicsV2¶
- class QuickSight.Paginator.ListTopicsV2¶
paginator = client.get_paginator('list_topics_v2')
- paginate(**kwargs)¶
Creates an iterator that will paginate through responses from
QuickSight.Client.list_topics_v2().See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( AwsAccountId='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the topics that you want to list.
PaginationConfig (dict) –
A dictionary that provides parameters to control pagination.
MaxItems (integer) –
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
NextTokenwill be provided in the output that you can use to resume pagination.PageSize (integer) –
The size of each page.
StartingToken (string) –
A token to specify where to start paginating. This is the
NextTokenfrom a previous response.
- Return type:
dict
- Returns:
Response Syntax
{ 'TopicSummaryList': [ { 'Arn': 'string', 'TopicId': 'string', 'Name': '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.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.