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.
-
#join_token ⇒ ::String
Returns the value of attribute join_token.
Instance Attribute Details
#attendee_id ⇒ ::String
Returns the value of attribute attendee_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def attendee_id @attendee_id end |
#join_token ⇒ ::String
Returns the value of attribute join_token.
500 501 502 |
# File 'sig/types.rbs', line 500 def join_token @join_token end |