Class: Aws::Types::AutoEvaluationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_evaluation_enabledBoolean

Returns the value of attribute auto_evaluation_enabled.

Returns:

  • (Boolean)


580
581
582
# File 'sig/types.rbs', line 580

def auto_evaluation_enabled
  @auto_evaluation_enabled
end

#auto_evaluation_status"IN_PROGRESS", ...

Returns the value of attribute auto_evaluation_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED")


581
582
583
# File 'sig/types.rbs', line 581

def auto_evaluation_status
  @auto_evaluation_status
end