GetAnalyzerResult

data class GetAnalyzerResult(val archiveRules: List<AnalyzerArchiveRule>? = null, val arn: String? = null, val tags: List<AnalyzerTag>? = null)

Constructors

Link copied to clipboard
fun GetAnalyzerResult(archiveRules: List<AnalyzerArchiveRule>? = null, arn: String? = null, tags: List<AnalyzerTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the analyzer

Link copied to clipboard
val tags: List<AnalyzerTag>? = null

An array of key-value pairs to apply to this resource.