Insight Horizon
science discoveries /

list_accounts - Boto3 1.28.1 documentation

{ 'Accounts': [ { 'Arn': 'arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111', 'Email': '', 'Id': '111111111111', 'JoinedMethod': 'INVITED', 'JoinedTimestamp': datetime(2016, 12, 15, 19, 30, 15, 3, 350, 0), 'Name': 'Master Account', 'Status': 'ACTIVE', }, { 'Arn': 'arn:aws:organizations::111111111111:account/o-exampleorgid/222222222222', 'Email': '', 'Id': '222222222222', 'JoinedMethod': 'INVITED', 'JoinedTimestamp': datetime(2016, 12, 15, 21, 2, 21, 3, 350, 0), 'Name': 'Developer Account', 'Status': 'ACTIVE', }, { 'Arn': 'arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333', 'Email': '', 'Id': '333333333333', 'JoinedMethod': 'INVITED', 'JoinedTimestamp': datetime(2016, 12, 15, 21, 3, 47, 3, 350, 0), 'Name': 'Test Account', 'Status': 'ACTIVE', }, { 'Arn': 'arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444', 'Email': '', 'Id': '444444444444', 'JoinedMethod': 'INVITED', 'JoinedTimestamp': datetime(2016, 12, 15, 21, 3, 32, 3, 350, 0), 'Name': 'Production Account', 'Status': 'ACTIVE', }, ], 'ResponseMetadata': { '...': '...', },}