Class: Aws::Types::ParticipantTimerValue
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantTimerValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ParticipantTimerAction, ParticipantTimerDurationInMinutes, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#participant_timer_action ⇒ "Unset"
Returns the value of attribute participant_timer_action.
-
#participant_timer_duration_in_minutes ⇒ ::Integer
Returns the value of attribute participant_timer_duration_in_minutes.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#participant_timer_action ⇒ "Unset"
Returns the value of attribute participant_timer_action.
6009 6010 6011 |
# File 'sig/types.rbs', line 6009 def participant_timer_action @participant_timer_action end |
#participant_timer_duration_in_minutes ⇒ ::Integer
Returns the value of attribute participant_timer_duration_in_minutes.
6010 6011 6012 |
# File 'sig/types.rbs', line 6010 def participant_timer_duration_in_minutes @participant_timer_duration_in_minutes end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6011 6012 6013 |
# File 'sig/types.rbs', line 6011 def unknown @unknown end |