Class: Aws::Types::FlowValidation
- Inherits:
-
Object
- Object
- Aws::Types::FlowValidation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::FlowValidationDetails
Returns the value of attribute details.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#severity ⇒ "Warning", "Error"
Returns the value of attribute severity.
-
#type ⇒ "CyclicConnection", ...
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::FlowValidationDetails
Returns the value of attribute details.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def details @details end |
#message ⇒ ::String
Returns the value of attribute message.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def @message end |
#severity ⇒ "Warning", "Error"
Returns the value of attribute severity.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def severity @severity end |
#type ⇒ "CyclicConnection", ...
Returns the value of attribute type.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def type @type end |