GetAnalysisPlainArgs

data class GetAnalysisPlainArgs(val analysisId: String, val awsAccountId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAnalysisPlainArgs>

A collection of arguments for invoking getAnalysis.

Constructors

Link copied to clipboard
constructor(analysisId: String, awsAccountId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Identifier for the analysis. The following arguments are optional:

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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