Get Entity Result
data class GetEntityResult(val arn: String? = null, val components: Any? = null, val creationDateTime: String? = null, val description: String? = null, val entityName: String? = null, val hasChildEntities: Boolean? = null, val parentEntityId: String? = null, val status: EntityStatus? = null, val tags: Any? = null, val updateDateTime: String? = null)
Constructors
Link copied to clipboard
fun GetEntityResult(arn: String? = null, components: Any? = null, creationDateTime: String? = null, description: String? = null, entityName: String? = null, hasChildEntities: Boolean? = null, parentEntityId: String? = null, status: EntityStatus? = null, tags: Any? = null, updateDateTime: String? = null)