Class: Aws::Types::PutVoiceConnectorProxyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVoiceConnectorProxyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_session_expiry_minutes ⇒ ::Integer
Returns the value of attribute default_session_expiry_minutes.
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#fall_back_phone_number ⇒ ::String
Returns the value of attribute fall_back_phone_number.
-
#phone_number_pool_countries ⇒ ::Array[::String]
Returns the value of attribute phone_number_pool_countries.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#default_session_expiry_minutes ⇒ ::Integer
Returns the value of attribute default_session_expiry_minutes.
926 927 928 |
# File 'sig/types.rbs', line 926 def default_session_expiry_minutes @default_session_expiry_minutes end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
929 930 931 |
# File 'sig/types.rbs', line 929 def disabled @disabled end |
#fall_back_phone_number ⇒ ::String
Returns the value of attribute fall_back_phone_number.
928 929 930 |
# File 'sig/types.rbs', line 928 def fall_back_phone_number @fall_back_phone_number end |
#phone_number_pool_countries ⇒ ::Array[::String]
Returns the value of attribute phone_number_pool_countries.
927 928 929 |
# File 'sig/types.rbs', line 927 def phone_number_pool_countries @phone_number_pool_countries end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def voice_connector_id @voice_connector_id end |