Class: Aws::Types::PhoneNumberConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


6210
6211
6212
# File 'sig/types.rbs', line 6210

def channel
  @channel
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


6212
6213
6214
# File 'sig/types.rbs', line 6212

def phone_number
  @phone_number
end

#phone_type"SOFT_PHONE", "DESK_PHONE"

Returns the value of attribute phone_type.

Returns:

  • ("SOFT_PHONE", "DESK_PHONE")


6211
6212
6213
# File 'sig/types.rbs', line 6211

def phone_type
  @phone_type
end