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.
622 623 624 |
# File 'sig/types.rbs', line 622 def inbound_call @inbound_call end |
#inbound_mms ⇒ Boolean
Returns the value of attribute inbound_mms.
626 627 628 |
# File 'sig/types.rbs', line 626 def inbound_mms @inbound_mms end |
#inbound_sms ⇒ Boolean
Returns the value of attribute inbound_sms.
624 625 626 |
# File 'sig/types.rbs', line 624 def inbound_sms @inbound_sms end |
#outbound_call ⇒ Boolean
Returns the value of attribute outbound_call.
623 624 625 |
# File 'sig/types.rbs', line 623 def outbound_call @outbound_call end |
#outbound_mms ⇒ Boolean
Returns the value of attribute outbound_mms.
627 628 629 |
# File 'sig/types.rbs', line 627 def outbound_mms @outbound_mms end |
#outbound_sms ⇒ Boolean
Returns the value of attribute outbound_sms.
625 626 627 |
# File 'sig/types.rbs', line 625 def outbound_sms @outbound_sms end |