Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
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 session.
-
#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_pool_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
-
#voice_connector_id ⇒ String
The Voice Connector ID.
Instance Attribute Details
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy session.
2642 2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2642 class PutVoiceConnectorProxyRequest < Struct.new( :voice_connector_id, :default_session_expiry_minutes, :phone_number_pool_countries, :fall_back_phone_number, :disabled) 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.
2642 2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2642 class PutVoiceConnectorProxyRequest < Struct.new( :voice_connector_id, :default_session_expiry_minutes, :phone_number_pool_countries, :fall_back_phone_number, :disabled) 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.
2642 2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2642 class PutVoiceConnectorProxyRequest < Struct.new( :voice_connector_id, :default_session_expiry_minutes, :phone_number_pool_countries, :fall_back_phone_number, :disabled) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#phone_number_pool_countries ⇒ Array<String>
The countries for proxy phone numbers to be selected from.
2642 2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2642 class PutVoiceConnectorProxyRequest < Struct.new( :voice_connector_id, :default_session_expiry_minutes, :phone_number_pool_countries, :fall_back_phone_number, :disabled) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
2642 2643 2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2642 class PutVoiceConnectorProxyRequest < Struct.new( :voice_connector_id, :default_session_expiry_minutes, :phone_number_pool_countries, :fall_back_phone_number, :disabled) SENSITIVE = [:fall_back_phone_number] include Aws::Structure end |