Skip to content

/AWS1/CL_R5AGETPLANEVALSTATRSP

GetPlanEvaluationStatusResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_planarn TYPE /AWS1/R5APLANARN /AWS1/R5APLANARN

The Amazon Resource Name (ARN) of the plan.

Optional arguments:

iv_lastevaluationtime TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP

The time of the last time that Region switch ran an evaluation of the plan.

iv_lastevaluatedversion TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING

The version of the last evaluation of the plan.

iv_region TYPE /AWS1/R5AREGION /AWS1/R5AREGION

The Amazon Web Services Region for the plan.

iv_evaluationstate TYPE /AWS1/R5AEVALUATIONSTATUS /AWS1/R5AEVALUATIONSTATUS

The evaluation state for the plan.

it_warnings TYPE /AWS1/CL_R5ARESOURCEWARNING=>TT_PLANWARNINGS TT_PLANWARNINGS

The current evaluation warnings for the plan.

iv_nexttoken TYPE /AWS1/R5ANEXTTOKEN /AWS1/R5ANEXTTOKEN

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.


Queryable Attributes

planArn

The Amazon Resource Name (ARN) of the plan.

Accessible with the following methods

Method Description
GET_PLANARN() Getter for PLANARN, with configurable default
ASK_PLANARN() Getter for PLANARN w/ exceptions if field has no value
HAS_PLANARN() Determine if PLANARN has a value

lastEvaluationTime

The time of the last time that Region switch ran an evaluation of the plan.

Accessible with the following methods

Method Description
GET_LASTEVALUATIONTIME() Getter for LASTEVALUATIONTIME, with configurable default
ASK_LASTEVALUATIONTIME() Getter for LASTEVALUATIONTIME w/ exceptions if field has no
HAS_LASTEVALUATIONTIME() Determine if LASTEVALUATIONTIME has a value

lastEvaluatedVersion

The version of the last evaluation of the plan.

Accessible with the following methods

Method Description
GET_LASTEVALUATEDVERSION() Getter for LASTEVALUATEDVERSION, with configurable default
ASK_LASTEVALUATEDVERSION() Getter for LASTEVALUATEDVERSION w/ exceptions if field has n
HAS_LASTEVALUATEDVERSION() Determine if LASTEVALUATEDVERSION has a value

region

The Amazon Web Services Region for the plan.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

evaluationState

The evaluation state for the plan.

Accessible with the following methods

Method Description
GET_EVALUATIONSTATE() Getter for EVALUATIONSTATE, with configurable default
ASK_EVALUATIONSTATE() Getter for EVALUATIONSTATE w/ exceptions if field has no val
HAS_EVALUATIONSTATE() Determine if EVALUATIONSTATE has a value

warnings

The current evaluation warnings for the plan.

Accessible with the following methods

Method Description
GET_WARNINGS() Getter for WARNINGS, with configurable default
ASK_WARNINGS() Getter for WARNINGS w/ exceptions if field has no value
HAS_WARNINGS() Determine if WARNINGS has a value

nextToken

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value