class Aws::IoTTwinMaker::Types::ParentEntityUpdateRequest

The parent entity update request.

@note When making an API call, you may pass ParentEntityUpdateRequest

data as a hash:

    {
      parent_entity_id: "ParentEntityId",
      update_type: "UPDATE", # required, accepts UPDATE, DELETE
    }

@!attribute [rw] parent_entity_id

The ID of the parent entity.
@return [String]

@!attribute [rw] update_type

The type of the update.
@return [String]

Constants

SENSITIVE