Class: Aws::Chime::Types::Termination

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

Overview

Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.

Constant Summary collapse

SENSITIVE =
[:default_phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#calling_regionsArray<String>

The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.

Returns:

  • (Array<String>)


8029
8030
8031
8032
8033
8034
8035
8036
8037
# File 'lib/aws-sdk-chime/types.rb', line 8029

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#cidr_allowed_listArray<String>

The IP addresses allowed to make calls, in CIDR format. Required.

Returns:

  • (Array<String>)


8029
8030
8031
8032
8033
8034
8035
8036
8037
# File 'lib/aws-sdk-chime/types.rb', line 8029

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#cps_limitInteger

The limit on calls per second. Max value based on account service quota. Default value of 1.

Returns:

  • (Integer)


8029
8030
8031
8032
8033
8034
8035
8036
8037
# File 'lib/aws-sdk-chime/types.rb', line 8029

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#default_phone_numberString

The default caller ID phone number.

Returns:

  • (String)


8029
8030
8031
8032
8033
8034
8035
8036
8037
# File 'lib/aws-sdk-chime/types.rb', line 8029

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end

#disabledBoolean

When termination settings are disabled, outbound calls can not be made.

Returns:

  • (Boolean)


8029
8030
8031
8032
8033
8034
8035
8036
8037
# File 'lib/aws-sdk-chime/types.rb', line 8029

class Termination < Struct.new(
  :cps_limit,
  :default_phone_number,
  :calling_regions,
  :cidr_allowed_list,
  :disabled)
  SENSITIVE = [:default_phone_number]
  include Aws::Structure
end