Struct rusoto_organizations::HandshakeFilter [] [src]

pub struct HandshakeFilter {
    pub action_type: Option<String>,
    pub parent_handshake_id: Option<String>,
}

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

Fields

Specifies the type of handshake action.

If you specify ActionType, you cannot also specify 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 lower-case letters or digits.

Trait Implementations

impl Default for HandshakeFilter
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for HandshakeFilter
[src]

[src]

Formats the value using the given formatter.

impl Clone for HandshakeFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more