Class: Aws::Inspector::Types::AssessmentTarget

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

Overview

Contains information about an Amazon Inspector application. This data type is used as the response element in the DescribeAssessmentTargets action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the Amazon Inspector assessment target.

Returns:

  • (String)


515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 515

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

#created_atTime

The time at which the assessment target is created.

Returns:

  • (Time)


515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 515

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

#nameString

The name of the Amazon Inspector assessment target.

Returns:

  • (String)


515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 515

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

#resource_group_arnString

The ARN that specifies the resource group that is associated with the assessment target.

Returns:

  • (String)


515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 515

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

#updated_atTime

The time at which UpdateAssessmentTarget is called.

Returns:

  • (Time)


515
516
517
518
519
520
521
522
523
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 515

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