Class: Aws::Types::ListProxySessionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def next_token
  @next_token
end

#status"Open", ...

Returns the value of attribute status.

Returns:

  • ("Open", "InProgress", "Closed")


612
613
614
# File 'sig/types.rbs', line 612

def status
  @status
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def voice_connector_id
  @voice_connector_id
end