Class: Aws::Types::CreateProxySessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxySessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("Voice" | "SMS")]
Returns the value of attribute capabilities.
-
#expiry_minutes ⇒ ::Integer
Returns the value of attribute expiry_minutes.
-
#geo_match_level ⇒ "Country", "AreaCode"
Returns the value of attribute geo_match_level.
-
#geo_match_params ⇒ Types::GeoMatchParams
Returns the value of attribute geo_match_params.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_selection_behavior ⇒ "PreferSticky", "AvoidSticky"
Returns the value of attribute number_selection_behavior.
-
#participant_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute participant_phone_numbers.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#capabilities ⇒ ::Array[("Voice" | "SMS")]
Returns the value of attribute capabilities.
113 114 115 |
# File 'sig/types.rbs', line 113 def capabilities @capabilities end |
#expiry_minutes ⇒ ::Integer
Returns the value of attribute expiry_minutes.
112 113 114 |
# File 'sig/types.rbs', line 112 def expiry_minutes @expiry_minutes end |
#geo_match_level ⇒ "Country", "AreaCode"
Returns the value of attribute geo_match_level.
115 116 117 |
# File 'sig/types.rbs', line 115 def geo_match_level @geo_match_level end |
#geo_match_params ⇒ Types::GeoMatchParams
Returns the value of attribute geo_match_params.
116 117 118 |
# File 'sig/types.rbs', line 116 def geo_match_params @geo_match_params end |
#name ⇒ ::String
Returns the value of attribute name.
111 112 113 |
# File 'sig/types.rbs', line 111 def name @name end |
#number_selection_behavior ⇒ "PreferSticky", "AvoidSticky"
Returns the value of attribute number_selection_behavior.
114 115 116 |
# File 'sig/types.rbs', line 114 def number_selection_behavior @number_selection_behavior end |
#participant_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute participant_phone_numbers.
110 111 112 |
# File 'sig/types.rbs', line 110 def participant_phone_numbers @participant_phone_numbers end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def voice_connector_id @voice_connector_id end |