UserContext

public struct UserContext : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The domain associated with the user.

    Declaration

    Swift

    public let domainId: String?
  • The Amazon Resource Name (ARN) of the user’s profile.

    Declaration

    Swift

    public let userProfileArn: String?
  • The name of the user’s profile.

    Declaration

    Swift

    public let userProfileName: String?
  • Undocumented

    Declaration

    Swift

    public init(domainId: String? = nil, userProfileArn: String? = nil, userProfileName: String? = nil)