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.
6168 6169 6170 |
# File 'sig/types.rbs', line 6168 def participant_timer_action @participant_timer_action end |
#participant_timer_duration_in_minutes ⇒ ::Integer
Returns the value of attribute participant_timer_duration_in_minutes.
6169 6170 6171 |
# File 'sig/types.rbs', line 6169 def participant_timer_duration_in_minutes @participant_timer_duration_in_minutes end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6170 6171 6172 |
# File 'sig/types.rbs', line 6170 def unknown @unknown end |