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.
6078 6079 6080 |
# File 'sig/types.rbs', line 6078 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6079 6080 6081 |
# File 'sig/types.rbs', line 6079 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
6076 6077 6078 |
# File 'sig/types.rbs', line 6076 def flow_definition_arn @flow_definition_arn end |
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
6075 6076 6077 |
# File 'sig/types.rbs', line 6075 def flow_definition_name @flow_definition_name end |
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
6077 6078 6079 |
# File 'sig/types.rbs', line 6077 def flow_definition_status @flow_definition_status end |