DescribeAnalysisRequest

public struct DescribeAnalysisRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the analysis that you’re describing. The ID is part of the URL of the analysis.

    Declaration

    Swift

    public let analysisId: String
  • The ID of the AWS account that contains the analysis. You must be using the AWS account that the analysis is in.

    Declaration

    Swift

    public let awsAccountId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws