Class: Aws::Chime::Types::PutVoiceConnectorProxyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutVoiceConnectorProxyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 sessions.
-
#disabled ⇒ Boolean
When true, stops proxy sessions from being created on the specified Amazon Chime 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 Amazon Chime voice connector ID.
Instance Attribute Details
#default_session_expiry_minutes ⇒ Integer
The default number of minutes allowed for proxy sessions.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-chime/types.rb', line 7034 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 Voice Connector.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-chime/types.rb', line 7034 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.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-chime/types.rb', line 7034 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.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-chime/types.rb', line 7034 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 Amazon Chime voice connector ID.
7034 7035 7036 7037 7038 7039 7040 7041 7042 |
# File 'lib/aws-sdk-chime/types.rb', line 7034 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 |