Class: Aws::AlexaForBusiness::Types::UpdateInstantBooking
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateInstantBooking
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_in_minutes ⇒ 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.
-
#enabled ⇒ Boolean
Whether instant booking is enabled or not.
Instance Attribute Details
#duration_in_minutes ⇒ 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.
5043 5044 5045 5046 5047 5048 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5043 class UpdateInstantBooking < Struct.new( :duration_in_minutes, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether instant booking is enabled or not.
5043 5044 5045 5046 5047 5048 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5043 class UpdateInstantBooking < Struct.new( :duration_in_minutes, :enabled) SENSITIVE = [] include Aws::Structure end |