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.
5596 5597 5598 5599 5600 5601 5602 5603 |
# File 'lib/aws-sdk-chime/types.rb', line 5596 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.
5596 5597 5598 5599 5600 5601 5602 5603 |
# File 'lib/aws-sdk-chime/types.rb', line 5596 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The proxy session status.
5596 5597 5598 5599 5600 5601 5602 5603 |
# File 'lib/aws-sdk-chime/types.rb', line 5596 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.
5596 5597 5598 5599 5600 5601 5602 5603 |
# File 'lib/aws-sdk-chime/types.rb', line 5596 class ListProxySessionsRequest < Struct.new( :voice_connector_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |