Class: Aws::ChimeSDKVoice::Types::ListProxySessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListProxySessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/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 used to retrieve the next page of results.
-
#status ⇒ String
The proxy session status.
-
#voice_connector_id ⇒ String
The Voice Connector ID.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1650 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next page of results.
1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1650 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The proxy session status.
1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1650 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1650 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |