DeleteNamespaceRequest

public struct DeleteNamespaceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the AWS account that you want to delete the QuickSight namespace from.

    Declaration

    Swift

    public let awsAccountId: String
  • The namespace that you want to delete.

    Declaration

    Swift

    public let namespace: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws