Class: Aws::Types::TelephonySettings

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_callingBoolean

Returns the value of attribute inbound_calling.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def inbound_calling
  @inbound_calling
end

#outbound_callingBoolean

Returns the value of attribute outbound_calling.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def outbound_calling
  @outbound_calling
end

#smsBoolean

Returns the value of attribute sms.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def sms
  @sms
end