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

Class: Aws::Organizations::Types::HandshakeFilter

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

Overview

Note:

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

{
  action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
  parent_handshake_id: "HandshakeId",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

Specifies the type of handshake action.

If you specify ActionType, you cannot also specify ParentHandshakeId.

Possible values:

  • INVITE
  • ENABLE_ALL_FEATURES
  • APPROVE_ALL_FEATURES
  • ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE

Returns:

  • (String)

    Specifies the type of handshake action.

#parent_handshake_idString

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.

Returns:

  • (String)

    Specifies the parent handshake.