ManagedintegrationsforIoTDeviceManagement / Client / list_credential_lockers

list_credential_lockers#

ManagedintegrationsforIoTDeviceManagement.Client.list_credential_lockers(**kwargs)#

List information on an existing credential locker.

See also: AWS API Documentation

Request Syntax

response = client.list_credential_lockers(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – A token that can be used to retrieve the next set of results.

  • MaxResults (integer) – The maximum number of results to return at one time.

Return type:

dict

Returns:

Response Syntax

{
    'Items': [
        {
            'Id': 'string',
            'Arn': 'string',
            'Name': 'string',
            'CreatedAt': datetime(2015, 1, 1)
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • Items (list) –

      The list of credential lockers.

      • (dict) –

        Structure describing one Credential Locker.

        • Id (string) –

          The id of the credential locker.

        • Arn (string) –

          The Amazon Resource Name (ARN) of the credential locker.

        • Name (string) –

          The name of the credential locker.

        • CreatedAt (datetime) –

          The timestampe value of when the credential locker was created at.

    • NextToken (string) –

      A token that can be used to retrieve the next set of results.

Exceptions