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

Class: Aws::AlexaForBusiness::Types::CreateSkillGroupRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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

Returns:

  • (String)

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

#descriptionString

The description for the skill group.

Returns:

  • (String)

    The description for the skill group.

#skill_group_nameString

The name for the skill group.

Returns:

  • (String)

    The name for the skill group.

#tagsArray<Types::Tag>

The tags for the skill group.

Returns:

  • (Array<Types::Tag>)

    The tags for the skill group.