DescribeHandshakeRequest
public struct DescribeHandshakeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let handshakeId: String
-
Undocumented
Declaration
Swift
public init(handshakeId: String)
-
Declaration
Swift
public func validate(name: String) throws