ssm_update_ops_metadata {paws.management} | R Documentation |
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager
Description
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
See https://www.paws-r-sdk.com/docs/ssm_update_ops_metadata/ for full documentation.
Usage
ssm_update_ops_metadata(
OpsMetadataArn,
MetadataToUpdate = NULL,
KeysToDelete = NULL
)
Arguments
OpsMetadataArn |
[required] The Amazon Resource Name (ARN) of the OpsMetadata Object to update. |
MetadataToUpdate |
Metadata to add to an OpsMetadata object. |
KeysToDelete |
The metadata keys to delete from the OpsMetadata object. |
[Package paws.management version 0.9.0 Index]