AlexaForBusiness.Client.
get_gateway
(**kwargs)¶Retrieves the details of a gateway.
See also: AWS API Documentation
Request Syntax
response = client.get_gateway(
GatewayArn='string'
)
[REQUIRED]
The ARN of the gateway to get.
{
'Gateway': {
'Arn': 'string',
'Name': 'string',
'Description': 'string',
'GatewayGroupArn': 'string',
'SoftwareVersion': 'string'
}
}
Response Structure
The details of the gateway.
The ARN of the gateway.
The name of the gateway.
The description of the gateway.
The ARN of the gateway group that the gateway is associated to.
The software version of the gateway. The gateway automatically updates its software version during normal operation.
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException