Class: Aws::ChimeSDKVoice::Types::ListProxySessionsRequest

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

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkvoice/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_tokenString

The token used to retrieve the next page of results.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkvoice/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

#statusString

The proxy session status.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkvoice/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_idString

The Voice Connector ID.

Returns:

  • (String)


1650
1651
1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-chimesdkvoice/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