Class: Aws::Types::ValidateStateMachineDefinitionOutput
- Inherits:
-
Object
- Object
- Aws::Types::ValidateStateMachineDefinitionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#diagnostics ⇒ ::Array[Types::ValidateStateMachineDefinitionDiagnostic]
Returns the value of attribute diagnostics.
-
#result ⇒ "OK", "FAIL"
Returns the value of attribute result.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#diagnostics ⇒ ::Array[Types::ValidateStateMachineDefinitionDiagnostic]
Returns the value of attribute diagnostics.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def diagnostics @diagnostics end |
#result ⇒ "OK", "FAIL"
Returns the value of attribute result.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def result @result end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def truncated @truncated end |