GetEntityResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the entity.

Link copied to clipboard
val components: Any? = null

A map that sets information about a component type.

Link copied to clipboard

The date and time when the entity was created.

Link copied to clipboard
val description: String? = null

The description of the entity.

Link copied to clipboard
val entityName: String? = null

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
val parentEntityId: String? = null

The ID of the parent entity.

Link copied to clipboard
val status: EntityStatus? = null

The current status of the entity.

Link copied to clipboard
val tags: Any? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val updateDateTime: String? = null

The last date and time when the entity was updated.