Class: Aws::AlexaForBusiness::Types::InstantBooking

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

Overview

Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.

Constant Summary collapse

SENSITIVE =
[]

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)


2494
2495
2496
2497
2498
2499
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2494

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

#enabledBoolean

Whether instant booking is enabled or not.

Returns:

  • (Boolean)


2494
2495
2496
2497
2498
2499
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2494

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