Class: Aws::Types::ListSessionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


862
863
864
# File 'sig/types.rbs', line 862

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def next_token
  @next_token
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def portal_id
  @portal_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def session_id
  @session_id
end

#sort_by"StartTimeAscending", "StartTimeDescending"

Returns the value of attribute sort_by.

Returns:

  • ("StartTimeAscending", "StartTimeDescending")


860
861
862
# File 'sig/types.rbs', line 860

def sort_by
  @sort_by
end

#status"Active", "Terminated"

Returns the value of attribute status.

Returns:

  • ("Active", "Terminated")


861
862
863
# File 'sig/types.rbs', line 861

def status
  @status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def username
  @username
end