ManagedintegrationsforIoTDeviceManagement / Client / get_hub_configuration

get_hub_configuration#

ManagedintegrationsforIoTDeviceManagement.Client.get_hub_configuration()#

Get a hub configuration.

See also: AWS API Documentation

Request Syntax

response = client.get_hub_configuration()
Return type:

dict

Returns:

Response Syntax

{
    'HubTokenTimerExpirySettingInSeconds': 123,
    'UpdatedAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • HubTokenTimerExpirySettingInSeconds (integer) –

      A user-defined integer value that represents the hub token timer expiry setting in seconds.

    • UpdatedAt (datetime) –

      The timestamp value of when the hub configuration was updated.

Exceptions