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

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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the Amazon Inspector assessment target.

Returns:

  • (String)

    The ARN that specifies the Amazon Inspector assessment target.

#created_atTime

The time at which the assessment target is created.

Returns:

  • (Time)

    The time at which the assessment target is created.

#nameString

The name of the Amazon Inspector assessment target.

Returns:

  • (String)

    The name of the Amazon Inspector assessment target.

#resource_group_arnString

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

Returns:

  • (String)

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

#updated_atTime

The time at which UpdateAssessmentTarget is called.

Returns: