Class: Aws::Chime::Types::PhoneNumberCapabilities

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#inbound_callBoolean

Allows or denies inbound calling for the specified phone number.

Returns:

  • (Boolean)


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_mmsBoolean

Allows or denies inbound MMS messaging for the specified phone number.

Returns:

  • (Boolean)


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_smsBoolean

Allows or denies inbound SMS messaging for the specified phone number.

Returns:

  • (Boolean)


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_callBoolean

Allows or denies outbound calling for the specified phone number.

Returns:

  • (Boolean)


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_mmsBoolean

Allows or denies outbound MMS messaging for the specified phone number.

Returns:

  • (Boolean)


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_smsBoolean

Allows or denies outbound SMS messaging for the specified phone number.

Returns:

  • (Boolean)


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