Class: Aws::Types::ListSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#created_at_after ⇒ ::Time
Returns the value of attribute created_at_after.
-
#created_at_before ⇒ ::Time
Returns the value of attribute created_at_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "FAILED" | "TERMINATING" | "TERMINATED")]
Returns the value of attribute states.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def application_id @application_id end |
#created_at_after ⇒ ::Time
Returns the value of attribute created_at_after.
422 423 424 |
# File 'sig/types.rbs', line 422 def created_at_after @created_at_after end |
#created_at_before ⇒ ::Time
Returns the value of attribute created_at_before.
423 424 425 |
# File 'sig/types.rbs', line 423 def created_at_before @created_at_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
420 421 422 |
# File 'sig/types.rbs', line 420 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
419 420 421 |
# File 'sig/types.rbs', line 419 def next_token @next_token end |
#states ⇒ ::Array[("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "FAILED" | "TERMINATING" | "TERMINATED")]
Returns the value of attribute states.
421 422 423 |
# File 'sig/types.rbs', line 421 def states @states end |