Class: Aws::AlexaForBusiness::Types::EndOfMeetingReminder

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

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether an end of meeting reminder is enabled or not.

Returns:

  • (Boolean)

2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2469

class EndOfMeetingReminder < Struct.new(
  :reminder_at_minutes,
  :reminder_type,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#reminder_at_minutesArray<Integer>

A range of 3 to 15 minutes that determines when the reminder begins.

Returns:

  • (Array<Integer>)

2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2469

class EndOfMeetingReminder < Struct.new(
  :reminder_at_minutes,
  :reminder_type,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#reminder_typeString

The type of sound that users hear during the end of meeting reminder.

Returns:

  • (String)

2469
2470
2471
2472
2473
2474
2475
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2469

class EndOfMeetingReminder < Struct.new(
  :reminder_at_minutes,
  :reminder_type,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end