class Aws::Organizations::Types::HandshakeParty

Identifies a participant in a handshake.

@note When making an API call, you may pass HandshakeParty

data as a hash:

    {
      id: "HandshakePartyId", # required
      type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, EMAIL
    }

@!attribute [rw] id

The unique identifier (ID) for the party.

The [regex pattern][1] for handshake ID string requires "h-"
followed by from 8 to 32 lowercase letters or digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] type

The type of party.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/HandshakeParty AWS API Documentation

Constants

SENSITIVE