AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the criteria that are used to select the handshakes for the operation.

Inheritance Hierarchy

System.Object
  Amazon.Organizations.Model.HandshakeFilter

Namespace: Amazon.Organizations.Model
Assembly: AWSSDK.Organizations.dll
Version: 3.x.y.z

Syntax

C#
public class HandshakeFilter

The HandshakeFilter type exposes the following members

Constructors

NameDescription
Public Method HandshakeFilter()

Properties

NameTypeDescription
Public Property ActionType Amazon.Organizations.ActionType

Gets and sets the property ActionType.

Specifies the type of handshake action.

If you specify ActionType, you cannot also specify ParentHandshakeId.

Public Property ParentHandshakeId System.String

Gets and sets the property ParentHandshakeId.

Specifies the parent handshake. Only used for handshake types that are a child of another type.

If you specify ParentHandshakeId, you cannot also specify ActionType.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5