Class: Aws::Chime::Types::ListProxySessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListProxySessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#proxy_sessions ⇒ Array<Types::ProxySession>
The proxy session details.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results.
5615 5616 5617 5618 5619 5620 |
# File 'lib/aws-sdk-chime/types.rb', line 5615 class ListProxySessionsResponse < Struct.new( :proxy_sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#proxy_sessions ⇒ Array<Types::ProxySession>
The proxy session details.
5615 5616 5617 5618 5619 5620 |
# File 'lib/aws-sdk-chime/types.rb', line 5615 class ListProxySessionsResponse < Struct.new( :proxy_sessions, :next_token) SENSITIVE = [] include Aws::Structure end |