Struct aws_sdk_transfer::model::PosixProfile [−][src]
#[non_exhaustive]pub struct PosixProfile {
pub uid: Option<i64>,
pub gid: Option<i64>,
pub secondary_gids: Option<Vec<i64>>,
}Expand description
The full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. The POSIX permissions that are set on files and directories in your file system determine the level of access your users get when transferring files into and out of your Amazon EFS file systems.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.uid: Option<i64>The POSIX user ID used for all EFS operations by this user.
gid: Option<i64>The POSIX group ID used for all EFS operations by this user.
secondary_gids: Option<Vec<i64>>The secondary POSIX group IDs used for all EFS operations by this user.
Implementations
Creates a new builder-style object to manufacture PosixProfile
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PosixProfile
impl Send for PosixProfile
impl Sync for PosixProfile
impl Unpin for PosixProfile
impl UnwindSafe for PosixProfile
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
