Class: Aws::ChimeSDKVoice::Types::PhoneNumberCapabilities

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

Instance Attribute Details

#inbound_callBoolean

Allows or denies inbound calling for the specified phone number.

Returns:

  • (Boolean)


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_mmsBoolean

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

Returns:

  • (Boolean)


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_smsBoolean

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

Returns:

  • (Boolean)


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_callBoolean

Allows or denies outbound calling for the specified phone number.

Returns:

  • (Boolean)


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_mmsBoolean

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

Returns:

  • (Boolean)


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_smsBoolean

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

Returns:

  • (Boolean)


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