Struct aws_sdk_directory::model::Computer
source · [−]#[non_exhaustive]pub struct Computer {
pub computer_id: Option<String>,
pub computer_name: Option<String>,
pub computer_attributes: Option<Vec<Attribute>>,
}
Expand description
Contains information about a computer account in a directory.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.computer_id: Option<String>
The identifier of the computer.
computer_name: Option<String>
The computer name.
computer_attributes: Option<Vec<Attribute>>
An array of Attribute
objects containing the LDAP attributes that belong to the computer account.
Implementations
The identifier of the computer.
The computer name.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Computer
impl UnwindSafe for Computer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more