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

Class: Aws::Organizations::Types::DescribeHandshakeRequest

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

Overview

Note:

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

{
  handshake_id: "HandshakeId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#handshake_idString

The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

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) of the handshake that you want information about.