Class: Aws::ChimeSDKVoice::Types::CreateProxySessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_sessionTypes::ProxySession

The proxy session details.

Returns:



376
377
378
379
380
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 376

class CreateProxySessionResponse < Struct.new(
  :proxy_session)
  SENSITIVE = []
  include Aws::Structure
end