Class: Aws::Chime::Types::ListProxySessionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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)


5596
5597
5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-chime/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_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


5596
5597
5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-chime/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

#statusString

The proxy session status.

Returns:

  • (String)


5596
5597
5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-chime/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_idString

The Amazon Chime voice connector ID.

Returns:

  • (String)


5596
5597
5598
5599
5600
5601
5602
5603
# File 'gems/aws-sdk-chime/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