GetControlResult

data class GetControlResult(val actionPlanInstructions: String, val actionPlanTitle: String, val arn: String, val controlMappingSources: List<GetControlControlMappingSource>? = null, val description: String, val id: String, val name: String, val tags: Map<String, String>, val testingInformation: String, val type: String)

A collection of values returned by getControl.

Constructors

Link copied to clipboard
constructor(actionPlanInstructions: String, actionPlanTitle: String, arn: String, controlMappingSources: List<GetControlControlMappingSource>? = null, description: String, id: String, name: String, tags: Map<String, String>, testingInformation: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val arn: String
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard