You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::CreateGatewayGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateGatewayGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "GatewayGroupName", # required
  description: "GatewayGroupDescription",
  client_request_token: "ClientRequestToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, user-specified identifier for the request that ensures idempotency.

Returns:

  • (String)

    A unique, user-specified identifier for the request that ensures idempotency.

#descriptionString

The description of the gateway group.

Returns:

  • (String)

    The description of the gateway group.

#nameString

The name of the gateway group.

Returns:

  • (String)

    The name of the gateway group.