LoginProfile

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date when the password for the user was created.

Link copied to clipboard

Specifies whether the user is required to set a new password on next sign-in.

Link copied to clipboard

The name of the user, which can be used for signing in to the Amazon Web Services Management Console.

Functions

Link copied to clipboard
inline fun copy(block: LoginProfile.Builder.() -> Unit = {}): LoginProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String