Class: Aws::Types::FlowExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
-
#status ⇒ "Running", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
773 774 775 |
# File 'sig/types.rbs', line 773 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
774 775 776 |
# File 'sig/types.rbs', line 774 def ended_at @ended_at end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
775 776 777 |
# File 'sig/types.rbs', line 775 def execution_arn @execution_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
776 777 778 |
# File 'sig/types.rbs', line 776 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
777 778 779 |
# File 'sig/types.rbs', line 777 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
778 779 780 |
# File 'sig/types.rbs', line 778 def flow_version @flow_version end |
#status ⇒ "Running", ...
Returns the value of attribute status.
779 780 781 |
# File 'sig/types.rbs', line 779 def status @status end |