Class: Aws::Types::PhoneNumberCapabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_callBoolean

Returns the value of attribute inbound_call.

Returns:

  • (Boolean)


798
799
800
# File 'sig/types.rbs', line 798

def inbound_call
  @inbound_call
end

#inbound_mmsBoolean

Returns the value of attribute inbound_mms.

Returns:

  • (Boolean)


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

def inbound_mms
  @inbound_mms
end

#inbound_smsBoolean

Returns the value of attribute inbound_sms.

Returns:

  • (Boolean)


800
801
802
# File 'sig/types.rbs', line 800

def inbound_sms
  @inbound_sms
end

#outbound_callBoolean

Returns the value of attribute outbound_call.

Returns:

  • (Boolean)


799
800
801
# File 'sig/types.rbs', line 799

def outbound_call
  @outbound_call
end

#outbound_mmsBoolean

Returns the value of attribute outbound_mms.

Returns:

  • (Boolean)


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

def outbound_mms
  @outbound_mms
end

#outbound_smsBoolean

Returns the value of attribute outbound_sms.

Returns:

  • (Boolean)


801
802
803
# File 'sig/types.rbs', line 801

def outbound_sms
  @outbound_sms
end