Method: Aws::Inspector::Types::AssessmentTarget#created_at

Defined in:
lib/aws-sdk-inspector/types.rb

#created_atTime

The time at which the assessment target is created.

Returns:

  • (Time)


432
433
434
435
436
437
438
439
# File 'lib/aws-sdk-inspector/types.rb', line 432

class AssessmentTarget < Struct.new(
  :arn,
  :name,
  :resource_group_arn,
  :created_at,
  :updated_at)
  include Aws::Structure
end