Class: Aws::Types::SearchFlowExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchFlowExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#flow_execution_id ⇒ ::String
Returns the value of attribute flow_execution_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#system_instance_id ⇒ ::String
Returns the value of attribute system_instance_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
386 387 388 |
# File 'sig/types.rbs', line 386 def end_time @end_time end |
#flow_execution_id ⇒ ::String
Returns the value of attribute flow_execution_id.
384 385 386 |
# File 'sig/types.rbs', line 384 def flow_execution_id @flow_execution_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
388 389 390 |
# File 'sig/types.rbs', line 388 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
387 388 389 |
# File 'sig/types.rbs', line 387 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
385 386 387 |
# File 'sig/types.rbs', line 385 def start_time @start_time end |
#system_instance_id ⇒ ::String
Returns the value of attribute system_instance_id.
383 384 385 |
# File 'sig/types.rbs', line 383 def system_instance_id @system_instance_id end |