Class: Aws::Types::DeleteProxySessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxySessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_session_id ⇒ ::String
Returns the value of attribute proxy_session_id.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#proxy_session_id ⇒ ::String
Returns the value of attribute proxy_session_id.
237 238 239 |
# File 'sig/types.rbs', line 237 def proxy_session_id @proxy_session_id end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def voice_connector_id @voice_connector_id end |