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

Class: Aws::Chime::Types::User

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

    The Amazon Chime account ID.

#alexa_for_business_metadataTypes::AlexaForBusinessMetadata

The Alexa for Business metadata.

Returns:

#display_nameString

The display name of the user.

Returns:

  • (String)

    The display name of the user.

#invited_onTime

Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

Returns:

  • (Time)

    Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

#license_typeString

The license type for the user.

Possible values:

  • Basic
  • Plus
  • Pro
  • ProTrial

Returns:

  • (String)

    The license type for the user.

#personal_pinString

The user\'s personal meeting PIN.

Returns:

  • (String)

    The user\'s personal meeting PIN.

#primary_emailString

The primary email address of the user.

Returns:

  • (String)

    The primary email address of the user.

#primary_provisioned_numberString

The primary phone number associated with the user.

Returns:

  • (String)

    The primary phone number associated with the user.

#registered_onTime

Date and time when the user is registered, in ISO 8601 format.

Returns:

  • (Time)

    Date and time when the user is registered, in ISO 8601 format.

#user_idString

The user ID.

Returns:

  • (String)

    The user ID.

#user_invitation_statusString

The user invite status.

Possible values:

  • Pending
  • Accepted
  • Failed

Returns:

  • (String)

    The user invite status.

#user_registration_statusString

The user registration status.

Possible values:

  • Unregistered
  • Registered
  • Suspended

Returns:

  • (String)

    The user registration status.

#user_typeString

The user type.

Possible values:

  • PrivateUser
  • SharedDevice

Returns:

  • (String)

    The user type.