From 2f5ca54e054a38250232cac9fef7eafc8a73ab42 Mon Sep 17 00:00:00 2001 From: nivtrips <148805521+nivtrips@users.noreply.github.com> Date: Tue, 5 May 2026 15:23:34 -0700 Subject: [PATCH] Update list-accounts.rst added account state --- awscli/examples/organizations/list-accounts.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/awscli/examples/organizations/list-accounts.rst b/awscli/examples/organizations/list-accounts.rst index fe50ef799b1a..3a4eae1a4706 100755 --- a/awscli/examples/organizations/list-accounts.rst +++ b/awscli/examples/organizations/list-accounts.rst @@ -15,6 +15,7 @@ The output includes a list of account summary objects. :: "Id": "111111111111", "Name": "Master Account", "Email": "bill@example.com", + "State": "ACTIVE", "Status": "ACTIVE" }, { @@ -24,6 +25,7 @@ The output includes a list of account summary objects. :: "Id": "222222222222", "Name": "Production Account", "Email": "alice@example.com", + "State": "ACTIVE", "Status": "ACTIVE" }, { @@ -33,6 +35,7 @@ The output includes a list of account summary objects. :: "Id": "333333333333", "Name": "Development Account", "Email": "juan@example.com", + "State": "ACTIVE", "Status": "ACTIVE" }, { @@ -42,7 +45,8 @@ The output includes a list of account summary objects. :: "Id": "444444444444", "Name": "Test Account", "Email": "anika@example.com", + "State": "ACTIVE", "Status": "ACTIVE" } ] - } \ No newline at end of file + }