List Ops Metadata
| ssm_list_ops_metadata | R Documentation |
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs¶
Description¶
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.
Usage¶
Arguments¶
FiltersOne or more filters to limit the number of OpsMetadata objects returned by the call.
MaxResultsThe maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
NextTokenA token to start the list. Use this token to get the next set of results.
Value¶
A list with the following syntax:
list(
OpsMetadataList = list(
list(
ResourceId = "string",
OpsMetadataArn = "string",
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
LastModifiedUser = "string",
CreationDate = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)