CustomerProfiles / Paginator / ListDomainObjectTypes
ListDomainObjectTypes¶
- class CustomerProfiles.Paginator.ListDomainObjectTypes¶
paginator = client.get_paginator('list_domain_object_types')
- paginate(**kwargs)¶
Creates an iterator that will paginate through responses from
CustomerProfiles.Client.list_domain_object_types().See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( DomainName='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
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
{ 'Items': [ { 'ObjectTypeName': 'string', 'Description': 'string', 'CreatedAt': datetime(2015, 1, 1), 'LastUpdatedAt': datetime(2015, 1, 1), 'Tags': { 'string': 'string' } }, ], }
Response Structure
(dict) –
Items (list) –
The list of domain object types.
(dict) –
Represents an item in the list of domain object types, containing basic information about a specific object type within a domain.
ObjectTypeName (string) –
The name that identifies the object type within the domain.
Description (string) –
A description explaining the purpose and characteristics of this object type.
CreatedAt (datetime) –
The timestamp of when the domain object type was created.
LastUpdatedAt (datetime) –
The timestamp of when the domain object type was most recently edited.
Tags (dict) –
The tags used to organize, track, or control access for this resource.
(string) –
(string) –