[][src]Struct rusoto_organizations::HandshakeFilter

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 Clone for HandshakeFilter
[src]

Performs copy-assignment from source. Read more

impl Default for HandshakeFilter
[src]

impl PartialEq<HandshakeFilter> for HandshakeFilter
[src]

impl Debug for HandshakeFilter
[src]

impl Serialize for HandshakeFilter
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T