Insight Horizon
education insights /

Organizations — Boto3 Docs 1.19.4 documentation

{ 'Handshakes': [ { 'Action': 'INVITE', 'Arn': 'arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111', 'ExpirationTimestamp': datetime(2017, 1, 28, 14, 35, 23, 5, 28, 0), 'Id': 'h-examplehandshakeid111', 'Parties': [ { 'Id': 'o-exampleorgid', 'Type': 'ORGANIZATION', }, { 'Id': '', 'Type': 'EMAIL', }, ], 'RequestedTimestamp': datetime(2017, 1, 13, 14, 35, 23, 4, 13, 0), 'Resources': [ { 'Resources': [ { 'Type': 'MASTER_EMAIL', 'Value': '', }, { 'Type': 'MASTER_NAME', 'Value': 'Org Master Account', }, { 'Type': 'ORGANIZATION_FEATURE_SET', 'Value': 'FULL', }, ], 'Type': 'ORGANIZATION', 'Value': 'o-exampleorgid', }, { 'Type': 'EMAIL', 'Value': '', }, ], 'State': 'OPEN', }, { 'Action': 'INVITE', 'Arn': 'arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111', 'ExpirationTimestamp': datetime(2017, 1, 28, 14, 35, 23, 5, 28, 0), 'Id': 'h-examplehandshakeid222', 'Parties': [ { 'Id': 'o-exampleorgid', 'Type': 'ORGANIZATION', }, { 'Id': '', 'Type': 'EMAIL', }, ], 'RequestedTimestamp': datetime(2017, 1, 13, 14, 35, 23, 4, 13, 0), 'Resources': [ { 'Resources': [ { 'Type': 'MASTER_EMAIL', 'Value': '', }, { 'Type': 'MASTER_NAME', 'Value': 'Master Account', }, ], 'Type': 'ORGANIZATION', 'Value': 'o-exampleorgid', }, { 'Type': 'EMAIL', 'Value': '', }, { 'Type': 'NOTES', 'Value': 'This is an invitation to Anika's account to join Bill's organization.', }, ], 'State': 'ACCEPTED', }, ], 'ResponseMetadata': { '...': '...', },
}