Class: Aws::Chime::Types::GetProxySessionResponse

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_sessionTypes::ProxySession

The proxy session details.

Returns:



4248
4249
4250
4251
4252
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4248

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