Class: Aws::Chime::Types::TelephonySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::TelephonySettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inbound_calling ⇒ Boolean
Allows or denies inbound calling.
-
#outbound_calling ⇒ Boolean
Allows or denies outbound calling.
-
#sms ⇒ Boolean
Allows or denies SMS messaging.
Instance Attribute Details
#inbound_calling ⇒ Boolean
Allows or denies inbound calling.
7993 7994 7995 7996 7997 7998 7999 |
# File 'lib/aws-sdk-chime/types.rb', line 7993 class TelephonySettings < Struct.new( :inbound_calling, :outbound_calling, :sms) SENSITIVE = [] include Aws::Structure end |
#outbound_calling ⇒ Boolean
Allows or denies outbound calling.
7993 7994 7995 7996 7997 7998 7999 |
# File 'lib/aws-sdk-chime/types.rb', line 7993 class TelephonySettings < Struct.new( :inbound_calling, :outbound_calling, :sms) SENSITIVE = [] include Aws::Structure end |
#sms ⇒ Boolean
Allows or denies SMS messaging.
7993 7994 7995 7996 7997 7998 7999 |
# File 'lib/aws-sdk-chime/types.rb', line 7993 class TelephonySettings < Struct.new( :inbound_calling, :outbound_calling, :sms) SENSITIVE = [] include Aws::Structure end |