class Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest

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

data as a hash:

    {
      gateway_group_arn: "Arn", # required
      name: "GatewayGroupName",
      description: "GatewayGroupDescription",
    }

@!attribute [rw] gateway_group_arn

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

@!attribute [rw] name

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

@!attribute [rw] description

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

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

Constants

SENSITIVE