class Aws::Organizations::Types::HandshakeFilter
Specifies the criteria that are used to select the handshakes for the operation.
@note When making an API call, you may pass HandshakeFilter
data as a hash: { action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE parent_handshake_id: "HandshakeId", }
@!attribute [rw] action_type
Specifies the type of handshake action. If you specify `ActionType`, you cannot also specify `ParentHandshakeId`. @return [String]
@!attribute [rw] parent_handshake_id
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][1] for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits. [1]: http://wikipedia.org/wiki/regex @return [String]
@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/HandshakeFilter AWS API Documentation
Constants
- SENSITIVE