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.
6273 6274 6275 |
# File 'sig/types.rbs', line 6273 def participant_timer_action @participant_timer_action end |
#participant_timer_duration_in_minutes ⇒ ::Integer
Returns the value of attribute participant_timer_duration_in_minutes.
6274 6275 6276 |
# File 'sig/types.rbs', line 6274 def participant_timer_duration_in_minutes @participant_timer_duration_in_minutes end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6275 6276 6277 |
# File 'sig/types.rbs', line 6275 def unknown @unknown end |