Class: Aws::ChimeSDKVoice::Types::ListProxySessionsResponse

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

#next_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1669

class ListProxySessionsResponse < Struct.new(
  :proxy_sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_sessionsArray<Types::ProxySession>

The proxy sessions' details.

Returns:



1669
1670
1671
1672
1673
1674
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1669

class ListProxySessionsResponse < Struct.new(
  :proxy_sessions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end