DeleteAnalysisRequest

public struct DeleteAnalysisRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the analysis that you’re deleting.

    Declaration

    Swift

    public let analysisId: String
  • The ID of the AWS account where you want to delete an analysis.

    Declaration

    Swift

    public let awsAccountId: String
  • This option defaults to the value NoForceDeleteWithoutRecovery. To immediately delete the analysis, add the ForceDeleteWithoutRecovery option. You can’t restore an analysis after it’s deleted.

    Declaration

    Swift

    public let forceDeleteWithoutRecovery: Bool?
  • A value that specifies the number of days that QuickSight waits before it deletes the analysis. You can’t use this parameter with the ForceDeleteWithoutRecovery option in the same API call. The default value is 30.

    Declaration

    Swift

    public let recoveryWindowInDays: Int64?
  • Undocumented

    Declaration

    Swift

    public init(analysisId: String, awsAccountId: String, forceDeleteWithoutRecovery: Bool? = nil, recoveryWindowInDays: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws