Class: Aws::Types::FlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::FlowValidationDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CyclicConnection, DuplicateConditionExpression, DuplicateConnections, IncompatibleConnectionDataType, InvalidLoopBoundary, LoopIncompatibleNodeType, MalformedConditionExpression, MalformedNodeInputExpression, MismatchedNodeInputType, MismatchedNodeOutputType, MissingConnectionConfiguration, MissingDefaultCondition, MissingEndingNodes, MissingLoopControllerNode, MissingLoopInputNode, MissingNodeConfiguration, MissingNodeInput, MissingNodeOutput, MissingStartingNodes, MultipleLoopControllerNodes, MultipleLoopInputNodes, MultipleNodeInputConnections, UnfulfilledNodeInput, Unknown, UnknownConnectionCondition, UnknownConnectionSource, UnknownConnectionSourceOutput, UnknownConnectionTarget, UnknownConnectionTargetInput, UnknownNodeInput, UnknownNodeOutput, UnreachableNode, UnsatisfiedConnectionConditions, Unspecified
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cyclic_connection ⇒ Types::CyclicConnectionFlowValidationDetails
Returns the value of attribute cyclic_connection.
-
#duplicate_condition_expression ⇒ Types::DuplicateConditionExpressionFlowValidationDetails
Returns the value of attribute duplicate_condition_expression.
-
#duplicate_connections ⇒ Types::DuplicateConnectionsFlowValidationDetails
Returns the value of attribute duplicate_connections.
-
#incompatible_connection_data_type ⇒ Types::IncompatibleConnectionDataTypeFlowValidationDetails
Returns the value of attribute incompatible_connection_data_type.
-
#invalid_loop_boundary ⇒ Types::InvalidLoopBoundaryFlowValidationDetails
Returns the value of attribute invalid_loop_boundary.
-
#loop_incompatible_node_type ⇒ Types::LoopIncompatibleNodeTypeFlowValidationDetails
Returns the value of attribute loop_incompatible_node_type.
-
#malformed_condition_expression ⇒ Types::MalformedConditionExpressionFlowValidationDetails
Returns the value of attribute malformed_condition_expression.
-
#malformed_node_input_expression ⇒ Types::MalformedNodeInputExpressionFlowValidationDetails
Returns the value of attribute malformed_node_input_expression.
-
#mismatched_node_input_type ⇒ Types::MismatchedNodeInputTypeFlowValidationDetails
Returns the value of attribute mismatched_node_input_type.
-
#mismatched_node_output_type ⇒ Types::MismatchedNodeOutputTypeFlowValidationDetails
Returns the value of attribute mismatched_node_output_type.
-
#missing_connection_configuration ⇒ Types::MissingConnectionConfigurationFlowValidationDetails
Returns the value of attribute missing_connection_configuration.
-
#missing_default_condition ⇒ Types::MissingDefaultConditionFlowValidationDetails
Returns the value of attribute missing_default_condition.
-
#missing_ending_nodes ⇒ Types::MissingEndingNodesFlowValidationDetails
Returns the value of attribute missing_ending_nodes.
-
#missing_loop_controller_node ⇒ Types::MissingLoopControllerNodeFlowValidationDetails
Returns the value of attribute missing_loop_controller_node.
-
#missing_loop_input_node ⇒ Types::MissingLoopInputNodeFlowValidationDetails
Returns the value of attribute missing_loop_input_node.
-
#missing_node_configuration ⇒ Types::MissingNodeConfigurationFlowValidationDetails
Returns the value of attribute missing_node_configuration.
-
#missing_node_input ⇒ Types::MissingNodeInputFlowValidationDetails
Returns the value of attribute missing_node_input.
-
#missing_node_output ⇒ Types::MissingNodeOutputFlowValidationDetails
Returns the value of attribute missing_node_output.
-
#missing_starting_nodes ⇒ Types::MissingStartingNodesFlowValidationDetails
Returns the value of attribute missing_starting_nodes.
-
#multiple_loop_controller_nodes ⇒ Types::MultipleLoopControllerNodesFlowValidationDetails
Returns the value of attribute multiple_loop_controller_nodes.
-
#multiple_loop_input_nodes ⇒ Types::MultipleLoopInputNodesFlowValidationDetails
Returns the value of attribute multiple_loop_input_nodes.
-
#multiple_node_input_connections ⇒ Types::MultipleNodeInputConnectionsFlowValidationDetails
Returns the value of attribute multiple_node_input_connections.
-
#unfulfilled_node_input ⇒ Types::UnfulfilledNodeInputFlowValidationDetails
Returns the value of attribute unfulfilled_node_input.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#unknown_connection_condition ⇒ Types::UnknownConnectionConditionFlowValidationDetails
Returns the value of attribute unknown_connection_condition.
-
#unknown_connection_source ⇒ Types::UnknownConnectionSourceFlowValidationDetails
Returns the value of attribute unknown_connection_source.
-
#unknown_connection_source_output ⇒ Types::UnknownConnectionSourceOutputFlowValidationDetails
Returns the value of attribute unknown_connection_source_output.
-
#unknown_connection_target ⇒ Types::UnknownConnectionTargetFlowValidationDetails
Returns the value of attribute unknown_connection_target.
-
#unknown_connection_target_input ⇒ Types::UnknownConnectionTargetInputFlowValidationDetails
Returns the value of attribute unknown_connection_target_input.
-
#unknown_node_input ⇒ Types::UnknownNodeInputFlowValidationDetails
Returns the value of attribute unknown_node_input.
-
#unknown_node_output ⇒ Types::UnknownNodeOutputFlowValidationDetails
Returns the value of attribute unknown_node_output.
-
#unreachable_node ⇒ Types::UnreachableNodeFlowValidationDetails
Returns the value of attribute unreachable_node.
-
#unsatisfied_connection_conditions ⇒ Types::UnsatisfiedConnectionConditionsFlowValidationDetails
Returns the value of attribute unsatisfied_connection_conditions.
-
#unspecified ⇒ Types::UnspecifiedFlowValidationDetails
Returns the value of attribute unspecified.
Instance Attribute Details
#cyclic_connection ⇒ Types::CyclicConnectionFlowValidationDetails
Returns the value of attribute cyclic_connection.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def cyclic_connection @cyclic_connection end |
#duplicate_condition_expression ⇒ Types::DuplicateConditionExpressionFlowValidationDetails
Returns the value of attribute duplicate_condition_expression.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def duplicate_condition_expression @duplicate_condition_expression end |
#duplicate_connections ⇒ Types::DuplicateConnectionsFlowValidationDetails
Returns the value of attribute duplicate_connections.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def duplicate_connections @duplicate_connections end |
#incompatible_connection_data_type ⇒ Types::IncompatibleConnectionDataTypeFlowValidationDetails
Returns the value of attribute incompatible_connection_data_type.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def incompatible_connection_data_type @incompatible_connection_data_type end |
#invalid_loop_boundary ⇒ Types::InvalidLoopBoundaryFlowValidationDetails
Returns the value of attribute invalid_loop_boundary.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def invalid_loop_boundary @invalid_loop_boundary end |
#loop_incompatible_node_type ⇒ Types::LoopIncompatibleNodeTypeFlowValidationDetails
Returns the value of attribute loop_incompatible_node_type.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def loop_incompatible_node_type @loop_incompatible_node_type end |
#malformed_condition_expression ⇒ Types::MalformedConditionExpressionFlowValidationDetails
Returns the value of attribute malformed_condition_expression.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def malformed_condition_expression @malformed_condition_expression end |
#malformed_node_input_expression ⇒ Types::MalformedNodeInputExpressionFlowValidationDetails
Returns the value of attribute malformed_node_input_expression.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def malformed_node_input_expression @malformed_node_input_expression end |
#mismatched_node_input_type ⇒ Types::MismatchedNodeInputTypeFlowValidationDetails
Returns the value of attribute mismatched_node_input_type.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def mismatched_node_input_type @mismatched_node_input_type end |
#mismatched_node_output_type ⇒ Types::MismatchedNodeOutputTypeFlowValidationDetails
Returns the value of attribute mismatched_node_output_type.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def mismatched_node_output_type @mismatched_node_output_type end |
#missing_connection_configuration ⇒ Types::MissingConnectionConfigurationFlowValidationDetails
Returns the value of attribute missing_connection_configuration.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def missing_connection_configuration @missing_connection_configuration end |
#missing_default_condition ⇒ Types::MissingDefaultConditionFlowValidationDetails
Returns the value of attribute missing_default_condition.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def missing_default_condition @missing_default_condition end |
#missing_ending_nodes ⇒ Types::MissingEndingNodesFlowValidationDetails
Returns the value of attribute missing_ending_nodes.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def missing_ending_nodes @missing_ending_nodes end |
#missing_loop_controller_node ⇒ Types::MissingLoopControllerNodeFlowValidationDetails
Returns the value of attribute missing_loop_controller_node.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def missing_loop_controller_node @missing_loop_controller_node end |
#missing_loop_input_node ⇒ Types::MissingLoopInputNodeFlowValidationDetails
Returns the value of attribute missing_loop_input_node.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def missing_loop_input_node @missing_loop_input_node end |
#missing_node_configuration ⇒ Types::MissingNodeConfigurationFlowValidationDetails
Returns the value of attribute missing_node_configuration.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def missing_node_configuration @missing_node_configuration end |
#missing_node_input ⇒ Types::MissingNodeInputFlowValidationDetails
Returns the value of attribute missing_node_input.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def missing_node_input @missing_node_input end |
#missing_node_output ⇒ Types::MissingNodeOutputFlowValidationDetails
Returns the value of attribute missing_node_output.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def missing_node_output @missing_node_output end |
#missing_starting_nodes ⇒ Types::MissingStartingNodesFlowValidationDetails
Returns the value of attribute missing_starting_nodes.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def missing_starting_nodes @missing_starting_nodes end |
#multiple_loop_controller_nodes ⇒ Types::MultipleLoopControllerNodesFlowValidationDetails
Returns the value of attribute multiple_loop_controller_nodes.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def multiple_loop_controller_nodes @multiple_loop_controller_nodes end |
#multiple_loop_input_nodes ⇒ Types::MultipleLoopInputNodesFlowValidationDetails
Returns the value of attribute multiple_loop_input_nodes.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def multiple_loop_input_nodes @multiple_loop_input_nodes end |
#multiple_node_input_connections ⇒ Types::MultipleNodeInputConnectionsFlowValidationDetails
Returns the value of attribute multiple_node_input_connections.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def multiple_node_input_connections @multiple_node_input_connections end |
#unfulfilled_node_input ⇒ Types::UnfulfilledNodeInputFlowValidationDetails
Returns the value of attribute unfulfilled_node_input.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def unfulfilled_node_input @unfulfilled_node_input end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def unknown @unknown end |
#unknown_connection_condition ⇒ Types::UnknownConnectionConditionFlowValidationDetails
Returns the value of attribute unknown_connection_condition.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def unknown_connection_condition @unknown_connection_condition end |
#unknown_connection_source ⇒ Types::UnknownConnectionSourceFlowValidationDetails
Returns the value of attribute unknown_connection_source.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def unknown_connection_source @unknown_connection_source end |
#unknown_connection_source_output ⇒ Types::UnknownConnectionSourceOutputFlowValidationDetails
Returns the value of attribute unknown_connection_source_output.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def unknown_connection_source_output @unknown_connection_source_output end |
#unknown_connection_target ⇒ Types::UnknownConnectionTargetFlowValidationDetails
Returns the value of attribute unknown_connection_target.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def unknown_connection_target @unknown_connection_target end |
#unknown_connection_target_input ⇒ Types::UnknownConnectionTargetInputFlowValidationDetails
Returns the value of attribute unknown_connection_target_input.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def unknown_connection_target_input @unknown_connection_target_input end |
#unknown_node_input ⇒ Types::UnknownNodeInputFlowValidationDetails
Returns the value of attribute unknown_node_input.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def unknown_node_input @unknown_node_input end |
#unknown_node_output ⇒ Types::UnknownNodeOutputFlowValidationDetails
Returns the value of attribute unknown_node_output.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def unknown_node_output @unknown_node_output end |
#unreachable_node ⇒ Types::UnreachableNodeFlowValidationDetails
Returns the value of attribute unreachable_node.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def unreachable_node @unreachable_node end |
#unsatisfied_connection_conditions ⇒ Types::UnsatisfiedConnectionConditionsFlowValidationDetails
Returns the value of attribute unsatisfied_connection_conditions.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def unsatisfied_connection_conditions @unsatisfied_connection_conditions end |
#unspecified ⇒ Types::UnspecifiedFlowValidationDetails
Returns the value of attribute unspecified.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def unspecified @unspecified end |