class Aws::AlexaForBusiness::Types::UpdateGatewayRequest

@note When making an API call, you may pass UpdateGatewayRequest

data as a hash:

    {
      gateway_arn: "Arn", # required
      name: "GatewayName",
      description: "GatewayDescription",
      software_version: "GatewayVersion",
    }

@!attribute [rw] gateway_arn

The ARN of the gateway to update.
@return [String]

@!attribute [rw] name

The updated name of the gateway.
@return [String]

@!attribute [rw] description

The updated description of the gateway.
@return [String]

@!attribute [rw] software_version

The updated software version of the gateway. The gateway
automatically updates its software version during normal operation.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateGatewayRequest AWS API Documentation

Constants

SENSITIVE