Class: Aws::AlexaForBusiness::Types::CreateInstantBooking
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateInstantBooking
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Creates 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
-
#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.
924 925 926 927 928 929 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 924 class CreateInstantBooking < Struct.new( :duration_in_minutes, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether instant booking is enabled or not.
924 925 926 927 928 929 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 924 class CreateInstantBooking < Struct.new( :duration_in_minutes, :enabled) SENSITIVE = [] include Aws::Structure end |