Class: Aws::ChimeSDKVoice::Types::Proxy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::Proxy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The proxy configuration for an Amazon Chime SDK Voice Connector.
Constant Summary collapse
- SENSITIVE =
[:fall_back_phone_number]
Instance Attribute Summary collapse
-
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy sessions.
-
#disabled ⇒ Boolean
When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.
-
#fall_back_phone_number ⇒ String
The phone number to route calls to after a proxy session expires.
-
#phone_number_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
Instance Attribute Details
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy sessions.
2388 2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2388 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#disabled ⇒ Boolean
When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.
2388 2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2388 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#fall_back_phone_number ⇒ String
The phone number to route calls to after a proxy session expires.
2388 2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2388 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#phone_number_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
2388 2389 2390 2391 2392 2393 2394 2395 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2388 class Proxy < Struct.new( :default_session_expiry_minutes, :disabled, :fall_back_phone_number, :phone_number_countries) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |