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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1580
1581
1582
1583
1584
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1580

class DescribeHandshakeRequest < Struct.new(
  :handshake_id)
  SENSITIVE = []
  include Aws::Structure
end