Class: Aws::Chime::Types::UpdateProxySessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_sessionTypes::ProxySession

The proxy session details.

Returns:


8426
8427
8428
8429
8430
# File 'lib/aws-sdk-chime/types.rb', line 8426

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