Class: Aws::Types::ValidateStateMachineDefinitionOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • ("OK", "FAIL")


1191
1192
1193
# File 'sig/types.rbs', line 1191

def result
  @result
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def truncated
  @truncated
end