Class: Aws::Types::GetFlowExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
Instance Attribute Details
#execution_identifier ⇒ ::String
Returns the value of attribute execution_identifier.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def flow_identifier @flow_identifier end |