Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorProxyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:fall_back_phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#default_session_expiry_minutesInteger

The default number of minutes allowed for proxy session.

Returns:

  • (Integer)


2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'gems/aws-sdk-chimesdkvoice/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

#disabledBoolean

When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

Returns:

  • (Boolean)


2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'gems/aws-sdk-chimesdkvoice/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_numberString

The phone number to route calls to after a proxy session expires.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'gems/aws-sdk-chimesdkvoice/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_countriesArray<String>

The countries for proxy phone numbers to be selected from.

Returns:

  • (Array<String>)


2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'gems/aws-sdk-chimesdkvoice/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_idString

The Voice Connector ID.

Returns:

  • (String)


2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'gems/aws-sdk-chimesdkvoice/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