Class: Aws::ChimeSDKVoice::Types::PhoneNumberCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PhoneNumberCapabilities
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
The phone number capabilities for Amazon Chime SDK 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 inbound 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.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 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.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 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.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 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.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 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 inbound MMS messaging for the specified phone number.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 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.
2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2266 class PhoneNumberCapabilities < Struct.new( :inbound_call, :outbound_call, :inbound_sms, :outbound_sms, :inbound_mms, :outbound_mms) SENSITIVE = [] include Aws::Structure end |