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.
-
#flow_execution_id ⇒ ::String
Returns the value of attribute flow_execution_id.
-
#flow_template_id ⇒ ::String
Returns the value of attribute flow_template_id.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#system_instance_id ⇒ ::String
Returns the value of attribute system_instance_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
182 183 184 |
# File 'sig/types.rbs', line 182 def created_at @created_at end |
#flow_execution_id ⇒ ::String
Returns the value of attribute flow_execution_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def flow_execution_id @flow_execution_id end |
#flow_template_id ⇒ ::String
Returns the value of attribute flow_template_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def flow_template_id @flow_template_id end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
179 180 181 |
# File 'sig/types.rbs', line 179 def status @status end |
#system_instance_id ⇒ ::String
Returns the value of attribute system_instance_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def system_instance_id @system_instance_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
183 184 185 |
# File 'sig/types.rbs', line 183 def updated_at @updated_at end |