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.
6059 6060 6061 |
# File 'sig/types.rbs', line 6059 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6060 6061 6062 |
# File 'sig/types.rbs', line 6060 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
6057 6058 6059 |
# File 'sig/types.rbs', line 6057 def flow_definition_arn @flow_definition_arn end |
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def flow_definition_name @flow_definition_name end |
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
6058 6059 6060 |
# File 'sig/types.rbs', line 6058 def flow_definition_status @flow_definition_status end |