Get Ops Metadata
ssm_get_ops_metadata | R Documentation |
View operational metadata related to an application in Application Manager¶
Description¶
View operational metadata related to an application in Application Manager.
Usage¶
ssm_get_ops_metadata(OpsMetadataArn, MaxResults, NextToken)
Arguments¶
OpsMetadataArn |
[required] The Amazon Resource Name (ARN) of an OpsMetadata Object to view. |
MaxResults |
The 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. |
NextToken |
A token to start the list. Use this token to get the next set of results. |
Value¶
A list with the following syntax:
list(
ResourceId = "string",
Metadata = list(
list(
Value = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$get_ops_metadata(
OpsMetadataArn = "string",
MaxResults = 123,
NextToken = "string"
)