Class: Aws::Types::FlowDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowDefinitionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
-
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6063 6064 6065 |
# File 'sig/types.rbs', line 6063 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6064 6065 6066 |
# File 'sig/types.rbs', line 6064 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
6061 6062 6063 |
# File 'sig/types.rbs', line 6061 def flow_definition_arn @flow_definition_arn end |
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
6060 6061 6062 |
# File 'sig/types.rbs', line 6060 def flow_definition_name @flow_definition_name end |
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def flow_definition_status @flow_definition_status end |