Class: Aws::Types::StopAssessmentRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_arn::String

Returns the value of attribute assessment_run_arn.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def assessment_run_arn
  @assessment_run_arn
end

#stop_action"START_EVALUATION", "SKIP_EVALUATION"

Returns the value of attribute stop_action.

Returns:

  • ("START_EVALUATION", "SKIP_EVALUATION")


706
707
708
# File 'sig/types.rbs', line 706

def stop_action
  @stop_action
end