Class: Aws::Types::Participant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number, :proxy_phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def phone_number
  @phone_number
end

#proxy_phone_number::String

Returns the value of attribute proxy_phone_number.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def proxy_phone_number
  @proxy_phone_number
end