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

Class: Aws::Chime::Types::Invite

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

Overview

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address to which the invite is sent.

Returns:

  • (String)

    The email address to which the invite is sent.

#email_statusString

The status of the invite email.

Possible values:

  • NotSent
  • Sent
  • Failed

Returns:

  • (String)

    The status of the invite email.

#invite_idString

The invite ID.

Returns:

  • (String)

    The invite ID.

#statusString

The status of the invite.

Possible values:

  • Pending
  • Accepted
  • Failed

Returns:

  • (String)

    The status of the invite.