StandardsControl

data class StandardsControl(val reason: String? = null, val standardsControlArn: String)

An individual StandardsControl within the Standard.

Constructors

Link copied to clipboard
fun StandardsControl(reason: String? = null, standardsControlArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reason: String? = null

the reason the standard control is disabled

Link copied to clipboard

the Arn for the standard control.