RestoreAnalysisRequest

public struct RestoreAnalysisRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let analysisId: String
  • The ID of the AWS account that contains the analysis.

    Declaration

    Swift

    public let awsAccountId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws