Class: Aws::Types::ListCalculationExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCalculationExecutionsRequest
- 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.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#state_filter ⇒ "CREATING", ...
Returns the value of attribute state_filter.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
662 663 664 |
# File 'sig/types.rbs', line 662 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
663 664 665 |
# File 'sig/types.rbs', line 663 def next_token @next_token end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def session_id @session_id end |
#state_filter ⇒ "CREATING", ...
Returns the value of attribute state_filter.
661 662 663 |
# File 'sig/types.rbs', line 661 def state_filter @state_filter end |