/AWS1/CL_SHDLSTRESRCSINPROTE01¶
ListResourcesInProtectionGroupResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_resourcearns
TYPE /AWS1/CL_SHDRESOURCEARNLIST_W=>TT_RESOURCEARNLIST
TT_RESOURCEARNLIST
¶
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SHDTOKEN
/AWS1/SHDTOKEN
¶
When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a
NextToken
value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the
MaxResults
setting. Shield Advanced will not return more thanMaxResults
objects, but may return fewer, even if more objects are still available.Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a
NextToken
value.
Queryable Attributes¶
ResourceArns¶
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARNS() |
Getter for RESOURCEARNS, with configurable default |
ASK_RESOURCEARNS() |
Getter for RESOURCEARNS w/ exceptions if field has no value |
HAS_RESOURCEARNS() |
Determine if RESOURCEARNS has a value |
NextToken¶
When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a
NextToken
value in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the
MaxResults
setting. Shield Advanced will not return more thanMaxResults
objects, but may return fewer, even if more objects are still available.Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a
NextToken
value.
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 |