Skip to content

/AWS1/CL_CCGOBJECTIVESUMMARY

A summary of metadata for an objective.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/CCGOBJECTIVEARN /AWS1/CCGOBJECTIVEARN

The Amazon Resource Name (ARN) that identifies the objective.

iv_name TYPE /AWS1/CCGSTRING /AWS1/CCGSTRING

The name of the objective.

iv_description TYPE /AWS1/CCGSTRING /AWS1/CCGSTRING

The description of the objective.

io_domain TYPE REF TO /AWS1/CL_CCGASSOCDDOMAINSUMM /AWS1/CL_CCGASSOCDDOMAINSUMM

The domain that the objective belongs to.

iv_createtime TYPE /AWS1/CCGTIMESTAMP /AWS1/CCGTIMESTAMP

The time when the objective was created.

iv_lastupdatetime TYPE /AWS1/CCGTIMESTAMP /AWS1/CCGTIMESTAMP

The time when the objective was most recently updated.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) that identifies the objective.

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 objective.

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

Description

The description of the objective.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Domain

The domain that the objective belongs to.

Accessible with the following methods

Method Description
GET_DOMAIN() Getter for DOMAIN

CreateTime

The time when the objective was created.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

LastUpdateTime

The time when the objective was most recently updated.

Accessible with the following methods

Method Description
GET_LASTUPDATETIME() Getter for LASTUPDATETIME, with configurable default
ASK_LASTUPDATETIME() Getter for LASTUPDATETIME w/ exceptions if field has no valu
HAS_LASTUPDATETIME() Determine if LASTUPDATETIME 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_OBJECTIVESUMMARYLIST

TYPES TT_OBJECTIVESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CCGOBJECTIVESUMMARY WITH DEFAULT KEY
.