Class: Aws::Types::Attendee

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:external_user_id, :join_token])

Instance Attribute Summary collapse

Instance Attribute Details

#attendee_id::String

Returns the value of attribute attendee_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def attendee_id
  @attendee_id
end

#capabilitiesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def join_token
  @join_token
end