/AWS1/CL_PP2DSCREGFIELDVALSRS¶
DescribeRegistrationFieldValuesResult
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_registrationarn
TYPE /AWS1/PP2STRING
/AWS1/PP2STRING
¶
The Amazon Resource Name (ARN) for the registration.
iv_registrationid
TYPE /AWS1/PP2STRING
/AWS1/PP2STRING
¶
The unique identifier for the registration.
iv_versionnumber
TYPE /AWS1/PP2REGVERSIONNUMBER
/AWS1/PP2REGVERSIONNUMBER
¶
The current version of the registration.
it_registrationfieldvalues
TYPE /AWS1/CL_PP2REGFIELDVALINFMT00=>TT_REGFIELDVALUEINFMTIONLIST
TT_REGFIELDVALUEINFMTIONLIST
¶
An array of RegistrationFieldValues objects that contain the values for the requested registration.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/PP2NEXTTOKEN
/AWS1/PP2NEXTTOKEN
¶
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
Queryable Attributes¶
RegistrationArn¶
The Amazon Resource Name (ARN) for the registration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTRATIONARN() |
Getter for REGISTRATIONARN, with configurable default |
ASK_REGISTRATIONARN() |
Getter for REGISTRATIONARN w/ exceptions if field has no val |
HAS_REGISTRATIONARN() |
Determine if REGISTRATIONARN has a value |
RegistrationId¶
The unique identifier for the registration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTRATIONID() |
Getter for REGISTRATIONID, with configurable default |
ASK_REGISTRATIONID() |
Getter for REGISTRATIONID w/ exceptions if field has no valu |
HAS_REGISTRATIONID() |
Determine if REGISTRATIONID has a value |
VersionNumber¶
The current version of the registration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONNUMBER() |
Getter for VERSIONNUMBER, with configurable default |
ASK_VERSIONNUMBER() |
Getter for VERSIONNUMBER w/ exceptions if field has no value |
HAS_VERSIONNUMBER() |
Determine if VERSIONNUMBER has a value |
RegistrationFieldValues¶
An array of RegistrationFieldValues objects that contain the values for the requested registration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTRATIONFIELDVALUES() |
Getter for REGISTRATIONFIELDVALUES, with configurable defaul |
ASK_REGISTRATIONFIELDVALUES() |
Getter for REGISTRATIONFIELDVALUES w/ exceptions if field ha |
HAS_REGISTRATIONFIELDVALUES() |
Determine if REGISTRATIONFIELDVALUES has a value |
NextToken¶
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
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 |