Class: Aws::Chime::Types::ListProxySessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListProxySessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#status ⇒ String
The proxy session status.
-
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-chime/types.rb', line 5441 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-chime/types.rb', line 5441 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The proxy session status.
5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-chime/types.rb', line 5441 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Amazon Chime voice connector ID.
5441 5442 5443 5444 5445 5446 5447 5448 |
# File 'lib/aws-sdk-chime/types.rb', line 5441 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |