Class: Aws::Types::PhoneNumberCapabilities

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_callBoolean

Returns the value of attribute inbound_call.



622
623
624
# File 'sig/types.rbs', line 622

def inbound_call
  @inbound_call
end

#inbound_mmsBoolean

Returns the value of attribute inbound_mms.



626
627
628
# File 'sig/types.rbs', line 626

def inbound_mms
  @inbound_mms
end

#inbound_smsBoolean

Returns the value of attribute inbound_sms.



624
625
626
# File 'sig/types.rbs', line 624

def inbound_sms
  @inbound_sms
end

#outbound_callBoolean

Returns the value of attribute outbound_call.



623
624
625
# File 'sig/types.rbs', line 623

def outbound_call
  @outbound_call
end

#outbound_mmsBoolean

Returns the value of attribute outbound_mms.



627
628
629
# File 'sig/types.rbs', line 627

def outbound_mms
  @outbound_mms
end

#outbound_smsBoolean

Returns the value of attribute outbound_sms.



625
626
627
# File 'sig/types.rbs', line 625

def outbound_sms
  @outbound_sms
end