Struct aws_sdk_iam::model::LoginProfile [−][src]
#[non_exhaustive]pub struct LoginProfile {
pub user_name: Option<String>,
pub create_date: Option<DateTime>,
pub password_reset_required: bool,
}Expand description
Contains the user name and password create date for a user.
This data type is used as a response element in the CreateLoginProfile and GetLoginProfile operations.
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.user_name: Option<String>The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
create_date: Option<DateTime>The date when the password for the user was created.
password_reset_required: boolSpecifies whether the user is required to set a new password on next sign-in.
Implementations
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
The date when the password for the user was created.
Specifies whether the user is required to set a new password on next sign-in.
Creates a new builder-style object to manufacture LoginProfile
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 LoginProfile
impl Send for LoginProfile
impl Sync for LoginProfile
impl Unpin for LoginProfile
impl UnwindSafe for LoginProfile
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