Class: Aws::Types::Attendee
- Inherits:
-
Object
- Object
- Aws::Types::Attendee
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee_id ⇒ ::String
Returns the value of attribute attendee_id.
-
#capabilities ⇒ Types::AttendeeCapabilities
Returns the value of attribute capabilities.
-
#external_user_id ⇒ ::String
Returns the value of attribute external_user_id.
-
#join_token ⇒ ::String
Returns the value of attribute join_token.
Instance Attribute Details
#attendee_id ⇒ ::String
Returns the value of attribute attendee_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def attendee_id @attendee_id end |
#capabilities ⇒ Types::AttendeeCapabilities
Returns the value of attribute capabilities.
15 16 17 |
# File 'sig/types.rbs', line 15 def capabilities @capabilities end |
#external_user_id ⇒ ::String
Returns the value of attribute external_user_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def external_user_id @external_user_id end |
#join_token ⇒ ::String
Returns the value of attribute join_token.
14 15 16 |
# File 'sig/types.rbs', line 14 def join_token @join_token end |