Class: Aws::Chime::Types::Termination
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Termination
- 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
-
#calling_regions ⇒ Array<String>
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format.
-
#cidr_allowed_list ⇒ Array<String>
The IP addresses allowed to make calls, in CIDR format.
-
#cps_limit ⇒ Integer
The limit on calls per second.
-
#default_phone_number ⇒ String
The default caller ID phone number.
-
#disabled ⇒ Boolean
When termination settings are disabled, outbound calls can not be made.
Instance Attribute Details
#calling_regions ⇒ Array<String>
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
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_list ⇒ Array<String>
The IP addresses allowed to make calls, in CIDR format. Required.
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_limit ⇒ Integer
The limit on calls per second. Max value based on account service quota. Default value of 1.
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_number ⇒ String
The default caller ID phone number.
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 |
#disabled ⇒ Boolean
When termination settings are disabled, outbound calls can not be made.
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 |