Class: Aws::Types::PhoneNumberCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbound_call ⇒ Boolean
Returns the value of attribute inbound_call.
-
#inbound_mms ⇒ Boolean
Returns the value of attribute inbound_mms.
-
#inbound_sms ⇒ Boolean
Returns the value of attribute inbound_sms.
-
#outbound_call ⇒ Boolean
Returns the value of attribute outbound_call.
-
#outbound_mms ⇒ Boolean
Returns the value of attribute outbound_mms.
-
#outbound_sms ⇒ Boolean
Returns the value of attribute outbound_sms.
Instance Attribute Details
#inbound_call ⇒ Boolean
Returns the value of attribute inbound_call.
798 799 800 |
# File 'sig/types.rbs', line 798 def inbound_call @inbound_call end |
#inbound_mms ⇒ Boolean
Returns the value of attribute inbound_mms.
802 803 804 |
# File 'sig/types.rbs', line 802 def inbound_mms @inbound_mms end |
#inbound_sms ⇒ Boolean
Returns the value of attribute inbound_sms.
800 801 802 |
# File 'sig/types.rbs', line 800 def inbound_sms @inbound_sms end |
#outbound_call ⇒ Boolean
Returns the value of attribute outbound_call.
799 800 801 |
# File 'sig/types.rbs', line 799 def outbound_call @outbound_call end |
#outbound_mms ⇒ Boolean
Returns the value of attribute outbound_mms.
803 804 805 |
# File 'sig/types.rbs', line 803 def outbound_mms @outbound_mms end |
#outbound_sms ⇒ Boolean
Returns the value of attribute outbound_sms.
801 802 803 |
# File 'sig/types.rbs', line 801 def outbound_sms @outbound_sms end |