Struct rusoto_organizations::HandshakeParty [] [src]

pub struct HandshakeParty {
    pub id: Option<String>,
    pub type_: Option<String>,
}

Identifies a participant in a handshake.

Fields

The unique identifier (ID) for the party.

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

The type of party.

Trait Implementations

impl Default for HandshakeParty
[src]

[src]

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

impl Debug for HandshakeParty
[src]

[src]

Formats the value using the given formatter.

impl Clone for HandshakeParty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more