aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Title: Clarify ARN Field Description in describe-parameters Output

Open Likhitha-03 opened this issue 1 year ago • 0 comments

Issue : #8920

Description of changes: This pull request clarifies the description of the ARN field in the output of the describe-parameters command. The LastModifiedUser field now explicitly represents the ARN of the user or role who last modified the parameter, while the newly added ARN field represents the ARN of the parameter itself. This change aims to avoid confusion about what the ARN fields represent in the command output.

Changes made:

  • Added explanatory notes to the describe-parameters command examples.
  • Updated documentation to clearly differentiate between user ARN and parameter ARN.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Likhitha-03 avatar Sep 16 '24 10:09 Likhitha-03