Get Entity Result
data class GetEntityResult(val arn: String? = null, val components: Map<String, EntityComponent>? = null, val compositeComponents: Map<String, EntityCompositeComponent>? = 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: Map<String, String>? = null, val updateDateTime: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, components: Map<String, EntityComponent>? = null, compositeComponents: Map<String, EntityCompositeComponent>? = null, creationDateTime: String? = null, description: String? = null, entityName: String? = null, hasChildEntities: Boolean? = null, parentEntityId: String? = null, status: EntityStatus? = null, tags: Map<String, String>? = null, updateDateTime: String? = null)
Properties
Link copied to clipboard
A map that sets information about a component type.
Link copied to clipboard
A map that sets information about a composite component.
Link copied to clipboard
The date and time when the entity was created.
Link copied to clipboard
The description of the entity.
Link copied to clipboard
The name of the entity.
Link copied to clipboard
A Boolean value that specifies whether the entity has child entities or not.
Link copied to clipboard
The ID of the parent entity.
Link copied to clipboard
The current status of the entity.
Link copied to clipboard
The last date and time when the entity was updated.