Class: Aws::Types::ListSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#sort_by ⇒ "StartTimeAscending", "StartTimeDescending"
Returns the value of attribute sort_by.
-
#status ⇒ "Active", "Terminated"
Returns the value of attribute status.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
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.
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.
860 861 862 |
# File 'sig/types.rbs', line 860 def sort_by @sort_by end |
#status ⇒ "Active", "Terminated"
Returns the value of attribute status.
861 862 863 |
# File 'sig/types.rbs', line 861 def status @status end |
#username ⇒ ::String
Returns the value of attribute username.
858 859 860 |
# File 'sig/types.rbs', line 858 def username @username end |