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

Class: Aws::AlexaForBusiness::Types::UpdateInstantBooking

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

Overview

Note:

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

{
  duration_in_minutes: 1,
  enabled: false,
}

Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_minutesInteger

Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.

Returns:

  • (Integer)

    Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.

#enabledBoolean

Whether instant booking is enabled or not.

Returns:

  • (Boolean)

    Whether instant booking is enabled or not.