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.
493 494 495 |
# File 'sig/types.rbs', line 493 def attendee_id @attendee_id end |
#join_token ⇒ ::String
Returns the value of attribute join_token.
494 495 496 |
# File 'sig/types.rbs', line 494 def join_token @join_token end |