Skip to content

Commit

Permalink
Update GetSimpleSystemsManagementOps.java
Browse files Browse the repository at this point in the history
OpsID is now a variable
  • Loading branch information
scmacdon committed Jan 27, 2020
1 parent 6e72d4d commit 60621ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public static void main(String[] args) {

try {
GetOpsItemRequest opsRequest = new GetOpsItemRequest();
opsRequest.setOpsItemId("oi-3dc4b67a9f2f");
opsRequest.setOpsItemId(opsID);

GetOpsItemResult opsResults = ssm.getOpsItem(opsRequest);

Expand Down

0 comments on commit 60621ef

Please sign in to comment.