Class: Aws::AlexaForBusiness::Types::UpdateMeetingRoomConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateMeetingRoomConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Updates meeting room settings of a room profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_of_meeting_reminder ⇒ Types::UpdateEndOfMeetingReminder
Settings for the end of meeting reminder feature that are applied to a room profile.
-
#instant_booking ⇒ Types::UpdateInstantBooking
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
- #proactive_join ⇒ Types::UpdateProactiveJoin
-
#require_check_in ⇒ Types::UpdateRequireCheckIn
Settings for requiring a check in when a room is reserved.
-
#room_utilization_metrics_enabled ⇒ Boolean
Whether room utilization metrics are enabled or not.
Instance Attribute Details
#end_of_meeting_reminder ⇒ Types::UpdateEndOfMeetingReminder
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
5079 5080 5081 5082 5083 5084 5085 5086 5087 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5079 class UpdateMeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in, :proactive_join) SENSITIVE = [] include Aws::Structure end |
#instant_booking ⇒ Types::UpdateInstantBooking
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
5079 5080 5081 5082 5083 5084 5085 5086 5087 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5079 class UpdateMeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in, :proactive_join) SENSITIVE = [] include Aws::Structure end |
#proactive_join ⇒ Types::UpdateProactiveJoin
5079 5080 5081 5082 5083 5084 5085 5086 5087 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5079 class UpdateMeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in, :proactive_join) SENSITIVE = [] include Aws::Structure end |
#require_check_in ⇒ Types::UpdateRequireCheckIn
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it’s not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
5079 5080 5081 5082 5083 5084 5085 5086 5087 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5079 class UpdateMeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in, :proactive_join) SENSITIVE = [] include Aws::Structure end |
#room_utilization_metrics_enabled ⇒ Boolean
Whether room utilization metrics are enabled or not.
5079 5080 5081 5082 5083 5084 5085 5086 5087 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 5079 class UpdateMeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in, :proactive_join) SENSITIVE = [] include Aws::Structure end |