AlexaForBusiness / Client / get_gateway

get_gateway#

AlexaForBusiness.Client.get_gateway(**kwargs)#

Retrieves the details of a gateway.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.get_gateway(
    GatewayArn='string'
)
Parameters:

GatewayArn (string) –

[REQUIRED]

The ARN of the gateway to get.

Return type:

dict

Returns:

Response Syntax

{
    'Gateway': {
        'Arn': 'string',
        'Name': 'string',
        'Description': 'string',
        'GatewayGroupArn': 'string',
        'SoftwareVersion': 'string'
    }
}

Response Structure

  • (dict) –

    • Gateway (dict) –

      The details of the gateway.

      • Arn (string) –

        The ARN of the gateway.

      • Name (string) –

        The name of the gateway.

      • Description (string) –

        The description of the gateway.

      • GatewayGroupArn (string) –

        The ARN of the gateway group that the gateway is associated to.

      • SoftwareVersion (string) –

        The software version of the gateway. The gateway automatically updates its software version during normal operation.

Exceptions