Class: Aws::Chime::Types::DeleteProxySessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_session_idString

The proxy session ID.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-chime/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_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2943

class DeleteProxySessionRequest < Struct.new(
  :voice_connector_id,
  :proxy_session_id)
  SENSITIVE = []
  include Aws::Structure
end