Class: Aws::Types::DescribeSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::SessionFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#state ⇒ "Active", "History"
Returns the value of attribute state.
Instance Attribute Details
#filters ⇒ ::Array[Types::SessionFilter]
Returns the value of attribute filters.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def next_token @next_token end |
#state ⇒ "Active", "History"
Returns the value of attribute state.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def state @state end |