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

Class: Aws::AlexaForBusiness::Types::UpdateRequireCheckIn

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

Overview

Note:

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

{
  release_after_minutes: 1,
  enabled: false,
}

Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether require check in is enabled or not.

Returns:

  • (Boolean)

    Whether require check in is enabled or not.

#release_after_minutesInteger

Duration between 5 and 20 minutes to determine when to release the room if it\'s not checked into.

Returns:

  • (Integer)

    Duration between 5 and 20 minutes to determine when to release the room if it\'s not checked into.