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.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def flow_identifier @flow_identifier end |