DeleteUserByPrincipalIdRequest

public struct DeleteUserByPrincipalIdRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

    Declaration

    Swift

    public let awsAccountId: String
  • The namespace. Currently, you should set this to default.

    Declaration

    Swift

    public let namespace: String
  • The principal ID of the user.

    Declaration

    Swift

    public let principalId: String
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, namespace: String, principalId: String)
  • Declaration

    Swift

    public func validate(name: String) throws