Class: Aws::Chime::Types::PhoneNumberCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumberCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inbound_call ⇒ Boolean
Allows or denies inbound calling for the specified phone number.
-
#inbound_mms ⇒ Boolean
Allows or denies inbound MMS messaging for the specified phone number.
-
#inbound_sms ⇒ Boolean
Allows or denies inbound SMS messaging for the specified phone number.
-
#outbound_call ⇒ Boolean
Allows or denies outbound calling for the specified phone number.
-
#outbound_mms ⇒ Boolean
Allows or denies outbound MMS messaging for the specified phone number.
-
#outbound_sms ⇒ Boolean
Allows or denies outbound SMS messaging for the specified phone number.
Instance Attribute Details
#inbound_call ⇒ Boolean
Allows or denies inbound calling for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |
#inbound_mms ⇒ Boolean
Allows or denies inbound MMS messaging for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |
#inbound_sms ⇒ Boolean
Allows or denies inbound SMS messaging for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |
#outbound_call ⇒ Boolean
Allows or denies outbound calling for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |
#outbound_mms ⇒ Boolean
Allows or denies outbound MMS messaging for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |
#outbound_sms ⇒ Boolean
Allows or denies outbound SMS messaging for the specified phone number.
6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 |
# File 'lib/aws-sdk-chime/types.rb', line 6555 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |