Class: Aws::Types::GetExecutionFlowSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExecutionFlowSnapshotRequest
- 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.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def execution_identifier @execution_identifier end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def flow_identifier @flow_identifier end |