LoginProfile

public struct LoginProfile : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the password for the user was created.

    Declaration

    Swift

    public let createDate: TimeStamp
  • Specifies whether the user is required to set a new password on next sign-in.

    Declaration

    Swift

    public let passwordResetRequired: Bool?
  • The name of the user, which can be used for signing in to the AWS Management Console.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(createDate: TimeStamp, passwordResetRequired: Bool? = nil, userName: String)