class Aws::AlexaForBusiness::Types::CreateSkillGroupRequest

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

data as a hash:

    {
      skill_group_name: "SkillGroupName", # required
      description: "SkillGroupDescription",
      client_request_token: "ClientRequestToken",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] skill_group_name

The name for the skill group.
@return [String]

@!attribute [rw] description

The description for the skill group.
@return [String]

@!attribute [rw] client_request_token

A unique, user-specified identifier for this 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 for the skill group.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE