Skip to content

/AWS1/CL_INSASSESSMENTTARGET

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/INSARN /AWS1/INSARN

The ARN that specifies the Amazon Inspector assessment target.

iv_name TYPE /AWS1/INSASSESSMENTTARGETNAME /AWS1/INSASSESSMENTTARGETNAME

The name of the Amazon Inspector assessment target.

iv_createdat TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP

The time at which the assessment target is created.

iv_updatedat TYPE /AWS1/INSTIMESTAMP /AWS1/INSTIMESTAMP

The time at which UpdateAssessmentTarget is called.

Optional arguments:

iv_resourcegrouparn TYPE /AWS1/INSARN /AWS1/INSARN

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


Queryable Attributes

arn

The ARN that specifies the Amazon Inspector assessment target.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

The name of the Amazon Inspector assessment target.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

resourceGroupArn

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

Accessible with the following methods

Method Description
GET_RESOURCEGROUPARN() Getter for RESOURCEGROUPARN, with configurable default
ASK_RESOURCEGROUPARN() Getter for RESOURCEGROUPARN w/ exceptions if field has no va
HAS_RESOURCEGROUPARN() Determine if RESOURCEGROUPARN has a value

createdAt

The time at which the assessment target is created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The time at which UpdateAssessmentTarget is called.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ASSESSMENTTARGETLIST

TYPES TT_ASSESSMENTTARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_INSASSESSMENTTARGET WITH DEFAULT KEY
.