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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The assessment run state.

Returns:

  • (String)


481
482
483
484
485
486
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 481

class AssessmentRunStateChange < Struct.new(
  :state_changed_at,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#state_changed_atTime

The last time the assessment run state changed.

Returns:

  • (Time)


481
482
483
484
485
486
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 481

class AssessmentRunStateChange < Struct.new(
  :state_changed_at,
  :state)
  SENSITIVE = []
  include Aws::Structure
end