Skip to content

/AWS1/CL_R5EREADINESSCHECKOUT

A readiness check.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_READINESSCHECKARN TYPE /AWS1/R5E__STRINGMAX256 /AWS1/R5E__STRINGMAX256

The Amazon Resource Name (ARN) associated with a readiness check.

IV_RESOURCESET TYPE /AWS1/R5E__STRMAX64PATAAZAZ09Z /AWS1/R5E__STRMAX64PATAAZAZ09Z

Name of the resource set to be checked.

Optional arguments:

IV_READINESSCHECKNAME TYPE /AWS1/R5E__STRMAX64PATAAZAZ09Z /AWS1/R5E__STRMAX64PATAAZAZ09Z

Name of a readiness check.

IT_TAGS TYPE /AWS1/CL_R5ETAGS_W=>TT_TAGS TT_TAGS

Tags


Queryable Attributes

ReadinessCheckArn

The Amazon Resource Name (ARN) associated with a readiness check.

Accessible with the following methods

Method Description
GET_READINESSCHECKARN() Getter for READINESSCHECKARN, with configurable default
ASK_READINESSCHECKARN() Getter for READINESSCHECKARN w/ exceptions if field has no v
HAS_READINESSCHECKARN() Determine if READINESSCHECKARN has a value

ReadinessCheckName

Name of a readiness check.

Accessible with the following methods

Method Description
GET_READINESSCHECKNAME() Getter for READINESSCHECKNAME, with configurable default
ASK_READINESSCHECKNAME() Getter for READINESSCHECKNAME w/ exceptions if field has no
HAS_READINESSCHECKNAME() Determine if READINESSCHECKNAME has a value

ResourceSet

Name of the resource set to be checked.

Accessible with the following methods

Method Description
GET_RESOURCESET() Getter for RESOURCESET, with configurable default
ASK_RESOURCESET() Getter for RESOURCESET w/ exceptions if field has no value
HAS_RESOURCESET() Determine if RESOURCESET has a value

Tags

Tags

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS 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___LISTOFREADINESSCHECKOUT

TYPES TT___LISTOFREADINESSCHECKOUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5EREADINESSCHECKOUT WITH DEFAULT KEY
.