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

Class: Aws::AlexaForBusiness::Types::PutInvitationConfigurationRequest

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

Overview

Note:

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

{
  organization_name: "OrganizationName", # required
  contact_email: "Email",
  private_skill_ids: ["SkillId"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#contact_emailString

The email ID of the organization or individual contact that the enrolled user can use.

Returns:

  • (String)

    The email ID of the organization or individual contact that the enrolled user can use.

#organization_nameString

The name of the organization sending the enrollment invite to a user.

Returns:

  • (String)

    The name of the organization sending the enrollment invite to a user.

#private_skill_idsArray<String>

The list of private skill IDs that you want to recommend to the user to enable in the invitation.

Returns:

  • (Array<String>)

    The list of private skill IDs that you want to recommend to the user to enable in the invitation.