Class: Aws::Chime::Types::Origination

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.

<note markdown=“1”> The parameters listed below are not required, but you must use at least one.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This parameter is not required, but you must specify this parameter or ‘Routes`.

Returns:

  • (Boolean)


6346
6347
6348
6349
6350
6351
# File 'lib/aws-sdk-chime/types.rb', line 6346

class Origination < Struct.new(
  :routes,
  :disabled)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::OriginationRoute>

The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or ‘Disabled`.

Returns:



6346
6347
6348
6349
6350
6351
# File 'lib/aws-sdk-chime/types.rb', line 6346

class Origination < Struct.new(
  :routes,
  :disabled)
  SENSITIVE = []
  include Aws::Structure
end