Class: Aws::Chime::Types::DeleteProxySessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteProxySessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy_session_id ⇒ String
The proxy session ID.
-
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.
Instance Attribute Details
#proxy_session_id ⇒ String
The proxy session ID.
2943 2944 2945 2946 2947 2948 |
# File 'lib/aws-sdk-chime/types.rb', line 2943 class DeleteProxySessionRequest < Struct.new( :voice_connector_id, :proxy_session_id) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.
2943 2944 2945 2946 2947 2948 |
# File 'lib/aws-sdk-chime/types.rb', line 2943 class DeleteProxySessionRequest < Struct.new( :voice_connector_id, :proxy_session_id) SENSITIVE = [] include Aws::Structure end |