You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_callBoolean

Allows or denies inbound calling for the specified phone number.

Returns:

  • (Boolean)

    Allows or denies inbound calling for the specified phone number.

#inbound_mmsBoolean

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

Returns:

  • (Boolean)

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

#inbound_smsBoolean

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

Returns:

  • (Boolean)

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

#outbound_callBoolean

Allows or denies outbound calling for the specified phone number.

Returns:

  • (Boolean)

    Allows or denies outbound calling for the specified phone number.

#outbound_mmsBoolean

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

Returns:

  • (Boolean)

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

#outbound_smsBoolean

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

Returns:

  • (Boolean)

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