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.
6163 6164 6165 |
# File 'sig/types.rbs', line 6163 def participant_timer_action @participant_timer_action end |
#participant_timer_duration_in_minutes ⇒ ::Integer
Returns the value of attribute participant_timer_duration_in_minutes.
6164 6165 6166 |
# File 'sig/types.rbs', line 6164 def participant_timer_duration_in_minutes @participant_timer_duration_in_minutes end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6165 6166 6167 |
# File 'sig/types.rbs', line 6165 def unknown @unknown end |