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:



8592
8593
8594
8595
8596
# File 'lib/aws-sdk-chime/types.rb', line 8592

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