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)


1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1970

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>)


1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1970

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)


1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1970

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