class Aws::AlexaForBusiness::Types::PutInvitationConfigurationRequest

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

data as a hash:

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

@!attribute [rw] organization_name

The name of the organization sending the enrollment invite to a
user.
@return [String]

@!attribute [rw] contact_email

The email ID of the organization or individual contact that the
enrolled user can use.
@return [String]

@!attribute [rw] private_skill_ids

The list of private skill IDs that you want to recommend to the user
to enable in the invitation.
@return [Array<String>]

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

Constants

SENSITIVE