/AWS1/CL_CNTLISTSECPFLPERMSRSP¶
ListSecurityProfilePermissionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_permissions
TYPE /AWS1/CL_CNTPERMISSIONSLIST_W=>TT_PERMISSIONSLIST
TT_PERMISSIONSLIST
¶
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
iv_nexttoken
TYPE /AWS1/CNTNEXTTOKEN
/AWS1/CNTNEXTTOKEN
¶
If there are additional results, this is the token for the next set of results.
iv_lastmodifiedtime
TYPE /AWS1/CNTTIMESTAMP
/AWS1/CNTTIMESTAMP
¶
The timestamp when this resource was last modified.
iv_lastmodifiedregion
TYPE /AWS1/CNTREGIONNAME
/AWS1/CNTREGIONNAME
¶
The Amazon Web Services Region where this resource was last modified.
Queryable Attributes¶
Permissions¶
The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERMISSIONS() |
Getter for PERMISSIONS, with configurable default |
ASK_PERMISSIONS() |
Getter for PERMISSIONS w/ exceptions if field has no value |
HAS_PERMISSIONS() |
Determine if PERMISSIONS has a value |
NextToken¶
If there are additional results, this is the token for the next set 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 |
LastModifiedTime¶
The timestamp when this resource was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastModifiedRegion¶
The Amazon Web Services Region where this resource was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION, with configurable default |
ASK_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION w/ exceptions if field has no |
HAS_LASTMODIFIEDREGION() |
Determine if LASTMODIFIEDREGION has a value |