/AWS1/CL_BUPLISTFRAMEWORKSOUT¶
ListFrameworksOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_frameworks TYPE /AWS1/CL_BUPFRAMEWORK=>TT_FRAMEWORKLIST TT_FRAMEWORKLIST¶
The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
iv_nexttoken TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Queryable Attributes¶
Frameworks¶
The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEWORKS() |
Getter for FRAMEWORKS, with configurable default |
ASK_FRAMEWORKS() |
Getter for FRAMEWORKS w/ exceptions if field has no value |
HAS_FRAMEWORKS() |
Determine if FRAMEWORKS has a value |
NextToken¶
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
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 |