Class: Aws::Types::DescribeFlowExecutionRecordsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowExecutionRecordsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def flow_name @flow_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
489 490 491 |
# File 'sig/types.rbs', line 489 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
490 491 492 |
# File 'sig/types.rbs', line 490 def next_token @next_token end |