PolicyUser

public struct PolicyUser : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let userId: String?
  • The name (friendly name, not ARN) identifying the user.

    Declaration

    Swift

    public let userName: String?
  • Undocumented

    Declaration

    Swift

    public init(userId: String? = nil, userName: String? = nil)