You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::HandshakeParty

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HandshakeParty as input to an Aws::Client method, you can use a vanilla Hash:

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

Identifies a participant in a handshake.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier (ID) for the party.

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

Returns:

  • (String)

    The unique identifier (ID) for the party.

#typeString

The type of party.

Possible values:

  • ACCOUNT
  • ORGANIZATION
  • EMAIL

Returns:

  • (String)

    The type of party.