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.
855 856 857 |
# File 'sig/types.rbs', line 855 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
856 857 858 |
# File 'sig/types.rbs', line 856 def ended_at @ended_at end |
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
857 858 859 |
# File 'sig/types.rbs', line 857 def execution_arn @execution_arn end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
858 859 860 |
# File 'sig/types.rbs', line 858 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
859 860 861 |
# File 'sig/types.rbs', line 859 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
860 861 862 |
# File 'sig/types.rbs', line 860 def flow_version @flow_version end |
#status ⇒ "Running", ...
Returns the value of attribute status.
861 862 863 |
# File 'sig/types.rbs', line 861 def status @status end |