/AWS1/CL_REHLSTAPPVRSAPPCOMP01¶
ListAppVersionAppComponentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_apparn TYPE /AWS1/REHARN /AWS1/REHARN¶
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
iv_appversion TYPE /AWS1/REHENTITYVERSION /AWS1/REHENTITYVERSION¶
Resilience Hub application version.
Optional arguments:¶
it_appcomponents TYPE /AWS1/CL_REHAPPCOMPONENT=>TT_APPCOMPONENTLIST TT_APPCOMPONENTLIST¶
Defines an Application Component.
iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN¶
Token for the next set of results, or null if there are no more results.
Queryable Attributes¶
appArn¶
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPARN() |
Getter for APPARN, with configurable default |
ASK_APPARN() |
Getter for APPARN w/ exceptions if field has no value |
HAS_APPARN() |
Determine if APPARN has a value |
appVersion¶
Resilience Hub application version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPVERSION() |
Getter for APPVERSION, with configurable default |
ASK_APPVERSION() |
Getter for APPVERSION w/ exceptions if field has no value |
HAS_APPVERSION() |
Determine if APPVERSION has a value |
appComponents¶
Defines an Application Component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPCOMPONENTS() |
Getter for APPCOMPONENTS, with configurable default |
ASK_APPCOMPONENTS() |
Getter for APPCOMPONENTS w/ exceptions if field has no value |
HAS_APPCOMPONENTS() |
Determine if APPCOMPONENTS has a value |
nextToken¶
Token for the next set of results, or null if there are no more 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 |