GetFrameworkResult

data class GetFrameworkResult(val arn: String, val complianceType: String, val controlSets: List<GetFrameworkControlSet>? = null, val description: String, val frameworkType: String, val id: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getFramework.

Constructors

Link copied to clipboard
constructor(arn: String, complianceType: String, controlSets: List<GetFrameworkControlSet>? = null, description: String, frameworkType: String, id: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

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