GetEntityResult

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)

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

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
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: Map<String, String>? = 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.