GetSchemaMappingResult

data class GetSchemaMappingResult(val createdAt: String? = null, val description: String? = null, val hasWorkflows: Boolean? = null, val mappedInputFields: List<SchemaMappingSchemaInputAttribute>? = null, val schemaArn: String? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, hasWorkflows: Boolean? = null, mappedInputFields: List<SchemaMappingSchemaInputAttribute>? = null, schemaArn: String? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null

The description of the SchemaMapping

Link copied to clipboard
val hasWorkflows: Boolean? = null
Link copied to clipboard

The SchemaMapping attributes input

Link copied to clipboard
val schemaArn: String? = null
Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val updatedAt: String? = null