class Aws::AlexaForBusiness::Types::CreateGatewayGroupRequest
@note When making an API call, you may pass CreateGatewayGroupRequest
data as a hash: { name: "GatewayGroupName", # required description: "GatewayGroupDescription", client_request_token: "ClientRequestToken", # required tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] name
The name of the gateway group. @return [String]
@!attribute [rw] description
The description of the gateway group. @return [String]
@!attribute [rw] client_request_token
A unique, user-specified identifier for the request that ensures idempotency. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
The tags to be added to the specified resource. Do not provide system tags. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateGatewayGroupRequest AWS API Documentation
Constants
- SENSITIVE