organizations_describe_handshake {paws.management} | R Documentation |
Retrieves information about a previously requested handshake
Description
Retrieves information about a previously requested handshake. The handshake ID comes from the response to the original invite_account_to_organization
operation that generated the handshake.
See https://www.paws-r-sdk.com/docs/organizations_describe_handshake/ for full documentation.
Usage
organizations_describe_handshake(HandshakeId)
Arguments
HandshakeId |
[required] The unique identifier (ID) of the handshake that you want information
about. You can get the ID from the original call to
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits. |
[Package paws.management version 0.7.0 Index]