GetAnalysisPlainArgs

data class GetAnalysisPlainArgs(val analysisId: String, val awsAccountId: String) : ConvertibleToJava<GetAnalysisPlainArgs>

Constructors

Link copied to clipboard
constructor(analysisId: String, awsAccountId: String)

Properties

Link copied to clipboard

The ID for the analysis that you're creating. This ID displays in the URL of the analysis.

Link copied to clipboard

The ID of the AWS account where you are creating an analysis.

Functions

Link copied to clipboard
open override fun toJava(): GetAnalysisPlainArgs