You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::AssessmentRunStateChange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Used as one of the elements of the AssessmentRun data type.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The assessment run state.

Possible values:

  • CREATED
  • START_DATA_COLLECTION_PENDING
  • START_DATA_COLLECTION_IN_PROGRESS
  • COLLECTING_DATA
  • STOP_DATA_COLLECTION_PENDING
  • DATA_COLLECTED
  • START_EVALUATING_RULES_PENDING
  • EVALUATING_RULES
  • FAILED
  • ERROR
  • COMPLETED
  • COMPLETED_WITH_ERRORS
  • CANCELED

Returns:

  • (String)

    The assessment run state.

#state_changed_atTime

The last time the assessment run state changed.

Returns:

  • (Time)

    The last time the assessment run state changed.