List Resource Policies
xray_list_resource_policies | R Documentation |
Returns the list of resource policies in the target Amazon Web Services account¶
Description¶
Returns the list of resource policies in the target Amazon Web Services account.
Usage¶
Arguments¶
NextToken
Not currently supported.
Value¶
A list with the following syntax:
list(
ResourcePolicies = list(
list(
PolicyName = "string",
PolicyDocument = "string",
PolicyRevisionId = "string",
LastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)