Class: Aws::AlexaForBusiness::Types::RequireCheckIn

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether require check in is enabled or not.

Returns:

  • (Boolean)


3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3602

class RequireCheckIn < Struct.new(
  :release_after_minutes,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#release_after_minutesInteger

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

Returns:

  • (Integer)


3602
3603
3604
3605
3606
3607
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3602

class RequireCheckIn < Struct.new(
  :release_after_minutes,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end